mirror of https://github.com/apache/lucene.git
tests: raise poll timeout
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1569799 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
57475143aa
commit
71e638ce68
|
@ -406,7 +406,7 @@ public class BasicDistributedZk2Test extends AbstractFullDistribZkTestBase {
|
|||
// make sure we have published we are recovering
|
||||
Thread.sleep(1500);
|
||||
|
||||
waitForThingsToLevelOut(30);
|
||||
waitForThingsToLevelOut(45);
|
||||
|
||||
Thread.sleep(500);
|
||||
|
||||
|
|
Loading…
Reference in New Issue