diff --git a/test/helpers/test-bin.js b/test/helpers/test-bin.js index 3592c3e814..9b68584aa4 100644 --- a/test/helpers/test-bin.js +++ b/test/helpers/test-bin.js @@ -37,7 +37,7 @@ const testBin = (testArgs = [], options) => { args = [webpackDevServerPath, ...configOptions, ...testArgs]; } - return execa("node", args, { cwd, env, timeout: 5000, ...options }); + return execa("node", args, { cwd, env, ...options }); }; const ipV4 =