diff --git a/solr/core/src/test/org/apache/solr/cloud/CollectionsAPIDistributedZkTest.java b/solr/core/src/test/org/apache/solr/cloud/CollectionsAPIDistributedZkTest.java index 0e7c1ffd4d6..60c13069a40 100644 --- a/solr/core/src/test/org/apache/solr/cloud/CollectionsAPIDistributedZkTest.java +++ b/solr/core/src/test/org/apache/solr/cloud/CollectionsAPIDistributedZkTest.java @@ -383,7 +383,7 @@ public class CollectionsAPIDistributedZkTest extends AbstractFullDistribZkTestBa // wait for leaders to settle out for (int i = 1; i < 4; i++) { - cloudClient.getZkStateReader().getLeaderRetry("halfdeletedcollection2", "shard" + i, 15000); + cloudClient.getZkStateReader().getLeaderRetry("halfdeletedcollection2", "shard" + i, 30000); } baseUrl = getBaseUrl((HttpSolrServer) clients.get(2));