mirror of https://github.com/apache/lucene.git
SOLR-12801: Harden CollectionsAPISolrJTest#testCreateCollWithDefaultClusterPropertiesNewFormat.
This commit is contained in:
parent
665517d3bf
commit
6f8d598781
|
@ -213,7 +213,7 @@ public class CollectionsAPISolrJTest extends SolrCloudTestCase {
|
|||
.build()
|
||||
.process(cluster.getSolrClient());
|
||||
|
||||
for (int i = 0; i < 10; i++) {
|
||||
for (int i = 0; i < 300; i++) {
|
||||
Map m = cluster.getSolrClient().getZkStateReader().getClusterProperty(COLLECTION_DEF, null);
|
||||
if (m != null) break;
|
||||
Thread.sleep(10);
|
||||
|
|
Loading…
Reference in New Issue