1
0
Fork 0

wait longer for figures

This commit is contained in:
Frank Celler 2017-01-28 00:25:30 +01:00
parent 11a36e48ac
commit 864bd451cf
1 changed files with 1 additions and 1 deletions

View File

@ -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;