Skip to content

Commit 1923132

Browse files
test: fix cli
1 parent 2adfd01 commit 1923132

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
@@ -37,7 +37,7 @@ const testBin = (testArgs = [], options) => {
3737
args = [webpackDevServerPath, ...configOptions, ...testArgs];
3838
}
3939

40-
return execa("node", args, { cwd, env, timeout: 5000, ...options });
40+
return execa("node", args, { cwd, env, ...options });
4141
};
4242

4343
const ipV4 =

0 commit comments

Comments
 (0)