tests: raise commit time to avoid false fails

This commit is contained in:
markrmiller 2016-12-29 05:53:51 -05:00
parent 197590a928
commit 5f55ae0b73
1 changed files with 1 additions and 1 deletions

View File

@ -239,7 +239,7 @@ public class AutoCommitTest extends AbstractSolrTestCase {
CommitTracker tracker = updater.softCommitTracker;
// 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"
tracker.setTimeUpperBound(1000);
tracker.setTimeUpperBound(1500);
tracker.setDocsUpperBound(-1);
// updater.commitCallbacks.add(trigger);