1
0
Fork 0

Be more forgivingly about the time required to unload collections.

This commit is contained in:
Willi Goesgens 2015-02-23 14:44:31 +01:00
parent fd5a3b08a9
commit f80a48dbdd
1 changed files with 1 additions and 0 deletions

View File

@ -426,6 +426,7 @@ function CompactionSuite () {
if (fig["alive"]["count"] === 0) {
break;
}
require("internal").wait(0.1);
}
assertEqual(0, c1.count());