mirror of https://gitee.com/bigwinds/arangodb
Expand grace period a little more, maybe valgrind can catch up then.
This commit is contained in:
parent
cf2abccde8
commit
58e1d0b1fe
|
@ -70,7 +70,7 @@ exports.Helper = {
|
|||
else if (iterations === 400) {
|
||||
require("console").log("waited very long for unload of collection " + collection.name());
|
||||
}
|
||||
else if (iterations === 800) {
|
||||
else if (iterations === 1600) {
|
||||
throw "waited too long for unload of collection " + collection.name();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue