Skip to content

Commit

Permalink
test: give repl-timeout-throw more time to run
Browse files Browse the repository at this point in the history
Short timeout was causing the test to fail on Windows debug builds.
  • Loading branch information
orangemocha authored and tjfontaine committed Feb 14, 2014
1 parent 0f10dd4 commit bb2af7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/simple/test-repl-timeout-throw.js
Expand Up @@ -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);
}
});

Expand Down

0 comments on commit bb2af7d

Please sign in to comment.