mirror of https://github.com/apache/lucene.git
SOLR-5369: first try - wait a little longer
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1533929 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b70a49d9d3
commit
5141a5b842
|
@ -167,7 +167,7 @@ public class SliceStateUpdateTest extends SolrTestCaseJ4 {
|
|||
ZkController zkController2 = container2.getZkController();
|
||||
ClusterState clusterState2 = null;
|
||||
Map<String, Slice> slices = null;
|
||||
for (int i = 75; i > 0; i--) {
|
||||
for (int i = 100; i > 0; i--) {
|
||||
clusterState2 = zkController2.getClusterState();
|
||||
slices = clusterState2.getSlicesMap("collection1");
|
||||
if (slices != null && slices.containsKey("shard1")
|
||||
|
|
Loading…
Reference in New Issue