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:
Mark Robert Miller 2015-05-29 14:22:23 +00:00
parent 9e6353843c
commit 6cd18fa645
1 changed files with 1 additions and 1 deletions

View File

@ -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);