mirror of https://github.com/apache/lucene.git
tests: raise timeout
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1454868 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
3071009fda
commit
5b85ec9eb1
|
@ -292,7 +292,7 @@ public class BasicDistributedZk2Test extends AbstractFullDistribZkTestBase {
|
||||||
|
|
||||||
long numFound1 = cloudClient.query(new SolrQuery("*:*")).getResults().getNumFound();
|
long numFound1 = cloudClient.query(new SolrQuery("*:*")).getResults().getNumFound();
|
||||||
|
|
||||||
cloudClient.getZkStateReader().getLeaderRetry(DEFAULT_COLLECTION, SHARD1, 15000);
|
cloudClient.getZkStateReader().getLeaderRetry(DEFAULT_COLLECTION, SHARD1, 30000);
|
||||||
index_specific(shardToJetty.get(SHARD1).get(1).client.solrClient, id, 1000, i1, 108, t1,
|
index_specific(shardToJetty.get(SHARD1).get(1).client.solrClient, id, 1000, i1, 108, t1,
|
||||||
"specific doc!");
|
"specific doc!");
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue