1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-07 13:22:56 +03:00

Give more time for unref test for slower systems

This commit is contained in:
Bryce Baril
2013-10-02 22:26:43 -07:00
parent 75cf487d73
commit 1d0d3aaf8f

View File

@@ -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);