mirror of https://gitee.com/bigwinds/arangodb
Increase timeout for testServerEmpty.
Under heavy load 5 min might not be enough.
This commit is contained in:
parent
f72af6a06a
commit
cf2a47e52c
|
@ -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 ...");
|
||||
|
|
Loading…
Reference in New Issue