From 1d0d3aaf8f8e6d75dcd55f5c189931e5343d2fcc Mon Sep 17 00:00:00 2001 From: Bryce Baril Date: Wed, 2 Oct 2013 22:26:43 -0700 Subject: [PATCH] Give more time for unref test for slower systems --- test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.js b/test.js index 89f67e1b34..e79832b474 100644 --- a/test.js +++ b/test.js @@ -2028,7 +2028,7 @@ tests.unref = function () { } assert(done, "test-unref.js didn't finish in time."); next(name); - }, 100); + }, 500); }; all_tests = Object.keys(tests);