You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ma...@apache.org on 2017/01/03 22:44:49 UTC

[3/6] lucene-solr:branch_6x: tests: raise commit time to avoid false fails

tests: raise commit time to avoid false fails


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/974f3f73
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/974f3f73
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/974f3f73

Branch: refs/heads/branch_6x
Commit: 974f3f73a6275f65bdd77a58544c55fb93e45d34
Parents: 90902a6
Author: markrmiller <ma...@apache.org>
Authored: Thu Dec 29 05:53:51 2016 -0500
Committer: markrmiller <ma...@apache.org>
Committed: Tue Jan 3 17:36:57 2017 -0500

----------------------------------------------------------------------
 solr/core/src/test/org/apache/solr/update/AutoCommitTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/974f3f73/solr/core/src/test/org/apache/solr/update/AutoCommitTest.java
----------------------------------------------------------------------
diff --git a/solr/core/src/test/org/apache/solr/update/AutoCommitTest.java b/solr/core/src/test/org/apache/solr/update/AutoCommitTest.java
index cefc89c..c03c6f6 100644
--- a/solr/core/src/test/org/apache/solr/update/AutoCommitTest.java
+++ b/solr/core/src/test/org/apache/solr/update/AutoCommitTest.java
@@ -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);