Skip to content

Commit 567cdbf

Browse files
committed
chore: wip
1 parent a3e2063 commit 567cdbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/helpers/test-bin.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ function testBin(testArgs, configPath) {
2828

2929
const args = [webpackDevServerPath, '--config', configPath].concat(testArgs);
3030

31-
return execa('node', args, { cwd, env, timeout: 2000 });
31+
return execa('node', args, { cwd, env, timeout: 3000 });
3232
}
3333

3434
module.exports = testBin;

0 commit comments

Comments
 (0)