mirror of https://github.com/apache/lucene.git
SOLR-12801: harden CollectionsAPISolrJTest
This commit is contained in:
parent
1184fbed63
commit
65bfb1639c
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue