mirror of https://github.com/apache/lucene.git
wait 30 seconds rather than 15 in this test
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1402813 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
5a6bb2b287
commit
a61c23fb95
|
@ -162,7 +162,7 @@ public class SyncSliceTest extends AbstractFullDistribZkTestBase {
|
|||
// to talk to a downed node causes grief
|
||||
waitToSeeDownInClusterState(leaderJetty, jetties);
|
||||
|
||||
waitForThingsToLevelOut(15);
|
||||
waitForThingsToLevelOut(30);
|
||||
|
||||
checkShardConsistency(false, true);
|
||||
|
||||
|
|
Loading…
Reference in New Issue