mirror of https://github.com/apache/lucene.git
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:
parent
d38212a458
commit
e9cc66e0a3
|
@ -533,8 +533,8 @@ public class ChaosMonkey {
|
||||||
DirectUpdateHandler2.commitOnClose = true;
|
DirectUpdateHandler2.commitOnClose = true;
|
||||||
|
|
||||||
float runtime = (System.currentTimeMillis() - startTime)/1000.0f;
|
float runtime = (System.currentTimeMillis() - startTime)/1000.0f;
|
||||||
if (runtime > 20 && stops.get() == 0) {
|
if (runtime > 30 && stops.get() == 0) {
|
||||||
LuceneTestCase.fail("The Monkey ran for over 20 seconds and no jetties were stopped - this is worth investigating!");
|
LuceneTestCase.fail("The Monkey ran for over 30 seconds and no jetties were stopped - this is worth investigating!");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue