We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3e2063 commit 567cdbfCopy full SHA for 567cdbf
test/helpers/test-bin.js
@@ -28,7 +28,7 @@ function testBin(testArgs, configPath) {
28
29
const args = [webpackDevServerPath, '--config', configPath].concat(testArgs);
30
31
- return execa('node', args, { cwd, env, timeout: 2000 });
+ return execa('node', args, { cwd, env, timeout: 3000 });
32
}
33
34
module.exports = testBin;
0 commit comments