tests: raise 'concern' limit

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1682479 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Mark Robert Miller 2015-05-29 14:15:20 +00:00
parent d38212a458
commit e9cc66e0a3
1 changed files with 2 additions and 2 deletions

View File

@ -533,8 +533,8 @@ public class ChaosMonkey {
DirectUpdateHandler2.commitOnClose = true;
float runtime = (System.currentTimeMillis() - startTime)/1000.0f;
if (runtime > 20 && stops.get() == 0) {
LuceneTestCase.fail("The Monkey ran for over 20 seconds and no jetties were stopped - this is worth investigating!");
if (runtime > 30 && stops.get() == 0) {
LuceneTestCase.fail("The Monkey ran for over 30 seconds and no jetties were stopped - this is worth investigating!");
}
}