We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 585fdf0 commit 0005e1bCopy full SHA for 0005e1b
1 file changed
test/utils/runProgram.js
@@ -22,7 +22,7 @@ const delay = ms => new Promise(resolve => setTimeout(resolve, ms));
22
23
let scanner;
24
25
-const run = (proc, { type, value, maxWait = 8 }, onStdOut) =>
+const run = (proc, { type, value, maxWait = 10 }, onStdOut) =>
26
new Promise(async (resolve, reject) => {
27
if (!proc) return resolve();
28
0 commit comments