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:
Mark Robert Miller 2014-02-19 21:27:39 +00:00
parent 6abd6fecfd
commit 5a08413cd6
1 changed files with 1 additions and 1 deletions

View File

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