diff --git a/test/helpers/test-bin.js b/test/helpers/test-bin.js index 54f0f620f7..f464405b64 100644 --- a/test/helpers/test-bin.js +++ b/test/helpers/test-bin.js @@ -28,7 +28,7 @@ function testBin(testArgs, configPath) { const args = [webpackDevServerPath, '--config', configPath].concat(testArgs); - return execa('node', args, { cwd, env, timeout: 2000 }); + return execa('node', args, { cwd, env, timeout: 3000 }); } module.exports = testBin;