mirror of https://gitee.com/bigwinds/arangodb
wait longer for figures
This commit is contained in:
parent
11a36e48ac
commit
864bd451cf
|
@ -70,7 +70,7 @@ function FiguresSuite () {
|
|||
internal.wal.flush(true, true);
|
||||
|
||||
var tries = 0;
|
||||
while (++tries < 20) {
|
||||
while (++tries < 50) {
|
||||
f = c1.figures();
|
||||
if (f.alive.count === 1) {
|
||||
break;
|
||||
|
|
Loading…
Reference in New Issue