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@1676062 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
661dea2706
commit
3aff74f937
|
@ -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 = 20;
|
||||
private static final int FAIL_TOLERANCE = 40;
|
||||
|
||||
public static Logger log = LoggerFactory.getLogger(ChaosMonkeyNothingIsSafeTest.class);
|
||||
|
||||
|
|
Loading…
Reference in New Issue