Skip to content

Commit dfe137c

Browse files
committed
Hopefully fix failing CI tests (the hacky way)
1 parent 1e7acca commit dfe137c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/cli.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ describe('CLI', () => {
2424
done();
2525
})
2626
.catch(done);
27-
}).timeout(6000);
27+
}).timeout(8000);
2828

2929
it('should exit the process when SIGINT is detected', (done) => {
3030
const cliPath = path.resolve(__dirname, '../bin/webpack-dev-server.js');

0 commit comments

Comments
 (0)