SOLR-12607: Increase recovery wait time from 15 seconds to 30 seconds to reduce spurious test failures

This commit is contained in:
Shalin Shekhar Mangar 2018-08-16 13:10:01 +05:30
parent 93a20b72b1
commit 100b1511dd
1 changed files with 1 additions and 1 deletions

View File

@ -389,7 +389,7 @@ public class ShardSplitTest extends AbstractFullDistribZkTestBase {
splitShard.setShardName(SHARD1);
splitShard.setSplitMethod(splitMethod.toLower());
CollectionAdminResponse rsp = splitShard.process(cloudClient);
waitForThingsToLevelOut(15);
waitForThingsToLevelOut(30);
cloudClient.getZkStateReader().forceUpdateCollection(collectionName);
ClusterState clusterState = cloudClient.getZkStateReader().getClusterState();