Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
Bump bounds on #897 test - was too small for slow machines
Browse files Browse the repository at this point in the history
  • Loading branch information
ry committed Apr 23, 2011
1 parent 1f470b6 commit 621b024
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/simple/test-regress-GH-897.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ setTimeout(function () {


process.on('exit', function() {
assert.ok(diff < 10);
assert.ok(diff < 100);
});

0 comments on commit 621b024

Please sign in to comment.