mirror of https://github.com/apache/lucene.git
tests: raise commit time to avoid false fails
This commit is contained in:
parent
197590a928
commit
5f55ae0b73
|
@ -239,7 +239,7 @@ public class AutoCommitTest extends AbstractSolrTestCase {
|
||||||
CommitTracker tracker = updater.softCommitTracker;
|
CommitTracker tracker = updater.softCommitTracker;
|
||||||
// too low of a number can cause a slow host to commit before the test code checks that it
|
// 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"
|
// isn't there... causing a failure at "shouldn't find any"
|
||||||
tracker.setTimeUpperBound(1000);
|
tracker.setTimeUpperBound(1500);
|
||||||
tracker.setDocsUpperBound(-1);
|
tracker.setDocsUpperBound(-1);
|
||||||
// updater.commitCallbacks.add(trigger);
|
// updater.commitCallbacks.add(trigger);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue