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

Lines changed: 1 addition & 1 deletion
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy