1
0
Fork 0

Increase timeout for testServerEmpty.

Under heavy load 5 min might not be enough.
This commit is contained in:
Max Neunhoeffer 2017-02-09 22:14:53 +01:00
parent f72af6a06a
commit cf2a47e52c
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ function MovingShardsSuite () {
if (toCollNr === undefined) {
toCollNr = c.length - 1;
}
var count = 300;
var count = 600;
var ok = false;
console.info("Waiting for server " + id + " to be cleaned out ...");