diff --git a/test/simple/test-repl-timeout-throw.js b/test/simple/test-repl-timeout-throw.js index f70e888712..28f370909b 100644 --- a/test/simple/test-repl-timeout-throw.js +++ b/test/simple/test-repl-timeout-throw.js @@ -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); } });