Skip to content

Commit

Permalink
Increase end-to-end timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
guyonroche committed Jun 2, 2020
1 parent b8c586d commit feb8e6b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spec/end-to-end/express.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ describe('Express', () => {
server.close();
});

it('downloads a workbook', async () => {
it('downloads a workbook', async function() {
this.timeout(5000);
const res = got.stream('http://127.0.0.1:3003/workbook', {
decompress: false,
});
Expand Down

0 comments on commit feb8e6b

Please sign in to comment.