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 2011/12/24 05:25:12 UTC

svn commit: r1222903 - /lucene/dev/branches/solrcloud/solr/core/src/test/org/apache/solr/update/SoftAutoCommitTest.java

Author: markrmiller
Date: Sat Dec 24 04:25:10 2011
New Revision: 1222903

URL: http://svn.apache.org/viewvc?rev=1222903&view=rev
Log:
bump the fudge

Modified:
    lucene/dev/branches/solrcloud/solr/core/src/test/org/apache/solr/update/SoftAutoCommitTest.java

Modified: lucene/dev/branches/solrcloud/solr/core/src/test/org/apache/solr/update/SoftAutoCommitTest.java
URL: http://svn.apache.org/viewvc/lucene/dev/branches/solrcloud/solr/core/src/test/org/apache/solr/update/SoftAutoCommitTest.java?rev=1222903&r1=1222902&r2=1222903&view=diff
==============================================================================
--- lucene/dev/branches/solrcloud/solr/core/src/test/org/apache/solr/update/SoftAutoCommitTest.java (original)
+++ lucene/dev/branches/solrcloud/solr/core/src/test/org/apache/solr/update/SoftAutoCommitTest.java Sat Dec 24 04:25:10 2011
@@ -118,7 +118,7 @@ public class SoftAutoCommitTest extends 
 
     // however slow the machine was to do the soft commit compared to expected,
     // assume newSearcher had some magnitude of that much overhead as well 
-    long slowTestFudge = Math.max(200, 6 * (soft529 - add529 - softCommitWaitMillis));
+    long slowTestFudge = Math.max(200, 8 * (soft529 - add529 - softCommitWaitMillis));
     assertTrue("searcher529 wasn't soon enough after soft529: " +
                searcher529 + " !< " + soft529 + " + " + slowTestFudge + " (fudge)",
                searcher529 < soft529 + slowTestFudge );