mirror of https://github.com/apache/lucene.git
tests: raise poll timeout
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1569921 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
6abd6fecfd
commit
5a08413cd6
|
@ -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));
|
||||
|
|
Loading…
Reference in New Issue