tests: boost timeout

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1424953 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Mark Robert Miller 2012-12-21 15:18:17 +00:00
parent 1ec855c560
commit 8c40304671
1 changed files with 1 additions and 1 deletions

View File

@ -578,7 +578,7 @@ public class CollectionsAPIDistributedZkTest extends AbstractFullDistribZkTestBa
private void checkForMissingCollection(String collectionName)
throws Exception {
// check for a collection - we poll the state
long timeoutAt = System.currentTimeMillis() + 30000;
long timeoutAt = System.currentTimeMillis() + 45000;
boolean found = true;
while (System.currentTimeMillis() < timeoutAt) {
getCommonCloudSolrServer().getZkStateReader().updateClusterState(true);