1
0
Fork 0

attempt to fix hanging tests

This commit is contained in:
jsteemann 2017-01-03 15:54:36 +01:00
parent b8a64ccca2
commit 49ef83c608
1 changed files with 2 additions and 2 deletions

View File

@ -891,7 +891,7 @@ function CompactionSuite () {
c1 = null;
while (internal.db._collection(cn).status() !== ArangoCollection.STATUS_UNLOADED) {
db._collection(cn).unload();
internal.db._collection(cn).unload();
internal.wait(1, false);
}
@ -965,7 +965,7 @@ function CompactionSuite () {
c1 = null;
while (internal.db._collection(cn).status() !== ArangoCollection.STATUS_UNLOADED) {
db._collection(cn).unload();
internal.db._collection(cn).unload();
internal.wait(1, false);
}