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:
Mark Robert Miller 2011-08-21 22:48:44 +00:00
parent 4d787d74ce
commit cd84fe0366
1 changed files with 1 additions and 1 deletions

View File

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