Increase timeout while checking for no snapshotted commit (#49461)

If some replica is performing a file-based recovery, then the check 
assertNoSnapshottedIndexCommit would fail. We should increase the
timeout for this check so that we can wait until all recoveries done
or aborted.

Closes #49403
This commit is contained in:
Nhat Nguyen 2019-11-22 08:51:00 -05:00
parent 1d2bfd1af6
commit 8260cba629
1 changed files with 1 additions and 1 deletions

View File

@ -1377,7 +1377,7 @@ public final class InternalTestCluster extends TestCluster {
}
}
}
});
}, 60, TimeUnit.SECONDS);
}
/**