increase timeout for colorscheme PNG badge test (#1811)

This commit is contained in:
Danial
2018-07-26 17:54:23 +12:00
committed by GitHub
parent f850126146
commit bbfd75a203

View File

@@ -33,6 +33,7 @@ describe('The server', function () {
});
it('should produce colorscheme PNG badges', async function () {
this.timeout(5000);
const res = await fetch(`${baseUri}/:fruit-apple-green.png`);
expect(res.ok).to.be.true;
expect(await res.buffer()).to.satisfy(isPng);