Skip to content

Commit

Permalink
test: fix cli
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-akait committed Aug 16, 2021
1 parent 2adfd01 commit 1923132
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/helpers/test-bin.js
Expand Up @@ -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 =
Expand Down

0 comments on commit 1923132

Please sign in to comment.