mirror of https://github.com/apache/lucene.git
bump core reload test wait
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1421060 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
3dbffb580f
commit
052a348d61
|
@ -922,7 +922,7 @@ public class BasicDistributedZkTest extends AbstractFullDistribZkTestBase {
|
|||
private boolean waitForReloads(String collectionName, Map<String,Long> urlToTimeBefore) throws SolrServerException, IOException {
|
||||
|
||||
|
||||
long timeoutAt = System.currentTimeMillis() + 30000;
|
||||
long timeoutAt = System.currentTimeMillis() + 45000;
|
||||
|
||||
boolean allTimesAreCorrect = false;
|
||||
while (System.currentTimeMillis() < timeoutAt) {
|
||||
|
|
Loading…
Reference in New Issue