mirror of https://github.com/apache/lucene.git
tests: bump timeout
This commit is contained in:
parent
5f55ae0b73
commit
b4de6288fb
|
@ -159,7 +159,7 @@ public class LeaderFailoverAfterPartitionTest extends HttpPartitionTest {
|
|||
|
||||
proxy0.reopen();
|
||||
|
||||
long timeout = System.nanoTime() + TimeUnit.NANOSECONDS.convert(60, TimeUnit.SECONDS);
|
||||
long timeout = System.nanoTime() + TimeUnit.NANOSECONDS.convert(90, TimeUnit.SECONDS);
|
||||
while (System.nanoTime() < timeout) {
|
||||
List<Replica> activeReps = getActiveOrRecoveringReplicas(testCollectionName, "shard1");
|
||||
if (activeReps.size() >= 2) break;
|
||||
|
|
Loading…
Reference in New Issue