From 621b024b6ed5e3af24867e2824dc4a9a77ca77ef Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Fri, 22 Apr 2011 17:50:40 -0700 Subject: [PATCH] Bump bounds on #897 test - was too small for slow machines --- test/simple/test-regress-GH-897.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/simple/test-regress-GH-897.js b/test/simple/test-regress-GH-897.js index 7103a72471..937226d42b 100644 --- a/test/simple/test-regress-GH-897.js +++ b/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); });