Browse Source

Increase timeout on test-repl to 5 seconds

Hopefully wont get failures on buildbot slaves.
v0.7.4-release
Ryan Dahl 14 years ago
parent
commit
129217a4e9
  1. 2
      test/simple/test-repl.js

2
test/simple/test-repl.js

@ -254,4 +254,4 @@ unix_test();
timer = setTimeout(function() {
assert.fail('Timeout');
}, 1000);
}, 5000);

Loading…
Cancel
Save