SOLR-8456: Raise the time we wait to see replicas recover to allow for slower test envs like Jenkins

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1724537 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Timothy Potter 2016-01-14 05:51:17 +00:00
parent ae1da6ba16
commit 6b850bca1d
1 changed files with 2 additions and 1 deletions

View File

@ -74,7 +74,8 @@ public class HttpPartitionTest extends AbstractFullDistribZkTestBase {
// recognizes (and propagates) partitions
protected static final long sleepMsBeforeHealPartition = 2000L;
protected static final int maxWaitSecsToSeeAllActive = 30;
// give plenty of time for replicas to recover when running in slow Jenkins test envs
protected static final int maxWaitSecsToSeeAllActive = 90;
public HttpPartitionTest() {
super();