Browse Source

test: give repl-timeout-throw more time to run

Short timeout was causing the test to fail on Windows debug builds.
v0.11.12-release
Alexis Campailla 11 years ago
committed by Timothy J Fontaine
parent
commit
bb2af7dd4d
  1. 2
      test/simple/test-repl-timeout-throw.js

2
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);
}
});

Loading…
Cancel
Save