We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e7acca commit dfe137cCopy full SHA for dfe137c
test/cli.test.js
@@ -24,7 +24,7 @@ describe('CLI', () => {
24
done();
25
})
26
.catch(done);
27
- }).timeout(6000);
+ }).timeout(8000);
28
29
it('should exit the process when SIGINT is detected', (done) => {
30
const cliPath = path.resolve(__dirname, '../bin/webpack-dev-server.js');
0 commit comments