mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
test: give repl-timeout-throw more time to run
Short timeout was causing the test to fail on Windows debug builds.
This commit is contained in:
committed by
Timothy J Fontaine
parent
0f10dd4cb2
commit
bb2af7dd4d
@@ -65,7 +65,7 @@ child.stdout.once('data', function() {
|
||||
' });\n' +
|
||||
'});"";\n');
|
||||
|
||||
setTimeout(child.stdin.end.bind(child.stdin), 50);
|
||||
setTimeout(child.stdin.end.bind(child.stdin), 200);
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user