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:
Mark Robert Miller 2012-01-29 01:53:55 +00:00
parent 817b1e3fe0
commit 6d5e8df1da
1 changed files with 1 additions and 1 deletions

View File

@ -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;