mirror of https://github.com/apache/lucene.git
SOLR-7118: Raise fail tolerance.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1682483 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
9e6353843c
commit
6cd18fa645
|
@ -49,7 +49,7 @@ import java.util.concurrent.atomic.AtomicInteger;
|
|||
@SuppressSSL(bugUrl = "https://issues.apache.org/jira/browse/SOLR-5776")
|
||||
@ThreadLeakLingering(linger = 60000)
|
||||
public class ChaosMonkeyNothingIsSafeTest extends AbstractFullDistribZkTestBase {
|
||||
private static final int FAIL_TOLERANCE = 40;
|
||||
private static final int FAIL_TOLERANCE = 60;
|
||||
|
||||
public static Logger log = LoggerFactory.getLogger(ChaosMonkeyNothingIsSafeTest.class);
|
||||
|
||||
|
|
Loading…
Reference in New Issue