From f80a48dbdd1d76a4738a07573fc00cda3447ba3d Mon Sep 17 00:00:00 2001 From: Willi Goesgens Date: Mon, 23 Feb 2015 14:44:31 +0100 Subject: [PATCH] Be more forgivingly about the time required to unload collections. --- js/server/tests/shell-compaction-noncluster-timecritical.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/server/tests/shell-compaction-noncluster-timecritical.js b/js/server/tests/shell-compaction-noncluster-timecritical.js index 44d09bf03e..5e52af77cc 100644 --- a/js/server/tests/shell-compaction-noncluster-timecritical.js +++ b/js/server/tests/shell-compaction-noncluster-timecritical.js @@ -426,6 +426,7 @@ function CompactionSuite () { if (fig["alive"]["count"] === 0) { break; } + require("internal").wait(0.1); } assertEqual(0, c1.count());