mirror of https://github.com/apache/lucene.git
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:
parent
ae1da6ba16
commit
6b850bca1d
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue