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:
Mark Robert Miller 2015-04-25 20:01:21 +00:00
parent 661dea2706
commit 3aff74f937
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 = 20;
private static final int FAIL_TOLERANCE = 40;
public static Logger log = LoggerFactory.getLogger(ChaosMonkeyNothingIsSafeTest.class);