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 2013/02/06 01:35:06 UTC

svn commit: r1442815 - /lucene/dev/trunk/solr/core/src/test/org/apache/solr/update/SoftAutoCommitTest.java

Author: markrmiller
Date: Wed Feb  6 00:35:06 2013
New Revision: 1442815

URL: http://svn.apache.org/viewvc?rev=1442815&view=rev
Log:
tests: add a bit of slop

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

Modified: lucene/dev/trunk/solr/core/src/test/org/apache/solr/update/SoftAutoCommitTest.java
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/solr/core/src/test/org/apache/solr/update/SoftAutoCommitTest.java?rev=1442815&r1=1442814&r2=1442815&view=diff
==============================================================================
--- lucene/dev/trunk/solr/core/src/test/org/apache/solr/update/SoftAutoCommitTest.java (original)
+++ lucene/dev/trunk/solr/core/src/test/org/apache/solr/update/SoftAutoCommitTest.java Wed Feb  6 00:35:06 2013
@@ -302,7 +302,7 @@ public class SoftAutoCommitTest extends 
     for( int i=0;i<5; i++ ) {
       assertU(adoc("id", ""+500 + i, "subject", "five fast docs"));
     }
-    long fast5end = System.currentTimeMillis() - 100; // minus a tad of slop
+    long fast5end = System.currentTimeMillis() - 200; // minus a tad of slop
     long fast5time = 1 + fast5end - fast5start;
 
     // total time for all 5 adds determines the number of soft to expect