mirror of https://github.com/apache/lucene.git
SOLR-6957: Raise timeout.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1650984 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
fdb0af9bca
commit
5ddea27113
|
@ -400,7 +400,7 @@ public class BasicDistributedZk2Test extends AbstractFullDistribZkTestBase {
|
|||
// make sure we have published we are recovering
|
||||
Thread.sleep(1500);
|
||||
|
||||
waitForThingsToLevelOut(45);
|
||||
waitForThingsToLevelOut(60);
|
||||
|
||||
Thread.sleep(500);
|
||||
|
||||
|
|
Loading…
Reference in New Issue