mirror of https://github.com/apache/lucene.git
try and make charlie cron happier with this test
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1160078 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
4d787d74ce
commit
cd84fe0366
|
@ -412,7 +412,7 @@ public class AutoCommitTest extends AbstractSolrTestCase {
|
|||
|
||||
// too low of a number can cause a slow host to commit before the test code checks that it
|
||||
// isn't there... causing a failure at "shouldn't find any"
|
||||
softTracker.setTimeUpperBound(300);
|
||||
softTracker.setTimeUpperBound(500);
|
||||
softTracker.setDocsUpperBound(-1);
|
||||
hardTracker.setTimeUpperBound(1200);
|
||||
hardTracker.setDocsUpperBound(-1);
|
||||
|
|
Loading…
Reference in New Issue