tests: raise timeout from 15 to 30

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1459624 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Mark Robert Miller 2013-03-22 04:39:25 +00:00
parent 39f1b02fd2
commit efe78df1e8

View File

@ -401,7 +401,7 @@ public class BasicDistributedZk2Test extends AbstractFullDistribZkTestBase {
// make sure we have published we are recovering // make sure we have published we are recovering
Thread.sleep(1500); Thread.sleep(1500);
waitForThingsToLevelOut(15); waitForThingsToLevelOut(30);
Thread.sleep(500); Thread.sleep(500);