mirror of https://gitee.com/bigwinds/arangodb
Be more forgivingly about the time required to unload collections.
This commit is contained in:
parent
fd5a3b08a9
commit
f80a48dbdd
|
@ -426,6 +426,7 @@ function CompactionSuite () {
|
||||||
if (fig["alive"]["count"] === 0) {
|
if (fig["alive"]["count"] === 0) {
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
require("internal").wait(0.1);
|
||||||
}
|
}
|
||||||
|
|
||||||
assertEqual(0, c1.count());
|
assertEqual(0, c1.count());
|
||||||
|
|
Loading…
Reference in New Issue