We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2adfd01 commit 1923132Copy full SHA for 1923132
test/helpers/test-bin.js
@@ -37,7 +37,7 @@ const testBin = (testArgs = [], options) => {
37
args = [webpackDevServerPath, ...configOptions, ...testArgs];
38
}
39
40
- return execa("node", args, { cwd, env, timeout: 5000, ...options });
+ return execa("node", args, { cwd, env, ...options });
41
};
42
43
const ipV4 =
0 commit comments