Skip to content

Commit feb8e6b

Browse files
committed
Increase end-to-end timeout
1 parent b8c586d commit feb8e6b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

spec/end-to-end/express.spec.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ describe('Express', () => {
2727
server.close();
2828
});
2929

30-
it('downloads a workbook', async () => {
30+
it('downloads a workbook', async function() {
31+
this.timeout(5000);
3132
const res = got.stream('http://127.0.0.1:3003/workbook', {
3233
decompress: false,
3334
});

0 commit comments

Comments
 (0)