mirror of https://github.com/apache/lucene.git
there should be a wait on this retry
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1402808 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
2cfc445f82
commit
5a6bb2b287
|
@ -1230,7 +1230,7 @@ public abstract class AbstractFullDistribZkTestBase extends AbstractDistribZkTes
|
|||
if (tries++ == 30) {
|
||||
fail("Shard still reported as live in zk - " + cnt + " jetty");
|
||||
}
|
||||
|
||||
Thread.sleep(1000);
|
||||
clusterState = zkStateReader.getClusterState();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue