Skip to content

Commit 0005e1b

Browse files
committed
Increase timeout timing in tests
1 parent 585fdf0 commit 0005e1b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/utils/runProgram.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const delay = ms => new Promise(resolve => setTimeout(resolve, ms));
2222

2323
let scanner;
2424

25-
const run = (proc, { type, value, maxWait = 8 }, onStdOut) =>
25+
const run = (proc, { type, value, maxWait = 10 }, onStdOut) =>
2626
new Promise(async (resolve, reject) => {
2727
if (!proc) return resolve();
2828

0 commit comments

Comments
 (0)