SOLR-12801: harden CollectionsAPISolrJTest

This commit is contained in:
markrmiller 2018-12-09 00:21:28 -06:00
parent 1184fbed63
commit 65bfb1639c
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ public class CollectionsAPISolrJTest extends SolrCloudTestCase {
.build()
.process(cluster.getSolrClient());
for (int i = 0; i < 10; i++) {
for (int i = 0; i < 30; i++) {
Map m = cluster.getSolrClient().getZkStateReader().getClusterProperty(COLLECTION_DEF, null);
if (m != null) break;
Thread.sleep(10);