Skip to content

Commit

Permalink
chore: wip
Browse files Browse the repository at this point in the history
  • Loading branch information
hiroppy committed Jun 1, 2019
1 parent a3e2063 commit 567cdbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/helpers/test-bin.js
Expand Up @@ -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;

0 comments on commit 567cdbf

Please sign in to comment.