1
0
Fork 0

Expand grace period a little more, maybe valgrind can catch up then.

This commit is contained in:
Willi Goesgens 2015-01-14 09:33:02 +01:00
parent cf2abccde8
commit 58e1d0b1fe
1 changed files with 1 additions and 1 deletions

View File

@ -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();
}
}