Browse Source

Bump bounds on #897 test - was too small for slow machines

v0.7.4-release
Ryan Dahl 14 years ago
parent
commit
621b024b6e
  1. 2
      test/simple/test-regress-GH-897.js

2
test/simple/test-regress-GH-897.js

@ -10,5 +10,5 @@ setTimeout(function () {
process.on('exit', function() {
assert.ok(diff < 10);
assert.ok(diff < 100);
});

Loading…
Cancel
Save