mirror of https://github.com/apache/lucene.git
raise the timeout on this test
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1237190 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
817b1e3fe0
commit
6d5e8df1da
|
@ -218,7 +218,7 @@ public class LeaderElectionIntegrationTest extends SolrTestCaseJ4 {
|
|||
private String getLeader() throws InterruptedException, KeeperException {
|
||||
|
||||
reader.updateCloudState(true);
|
||||
ZkNodeProps props = reader.getLeaderProps("collection1", "shard1", 15000);
|
||||
ZkNodeProps props = reader.getLeaderProps("collection1", "shard1", 30000);
|
||||
String leader = props.get(ZkStateReader.NODE_NAME_PROP);
|
||||
|
||||
return leader;
|
||||
|
|
Loading…
Reference in New Issue