Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Hopefully fix failing CI tests (the hacky way)
  • Loading branch information
SpaceK33z committed Feb 25, 2018
1 parent 1e7acca commit dfe137c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/cli.test.js
Expand Up @@ -24,7 +24,7 @@ describe('CLI', () => {
done();
})
.catch(done);
}).timeout(6000);
}).timeout(8000);

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

0 comments on commit dfe137c

Please sign in to comment.