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/08/22 00:48:45 UTC

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

Author: markrmiller
Date: Sun Aug 21 22:48:44 2011
New Revision: 1160078

URL: http://svn.apache.org/viewvc?rev=1160078&view=rev
Log:
try and make charlie cron happier with this test

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

Modified: lucene/dev/trunk/solr/core/src/test/org/apache/solr/update/AutoCommitTest.java
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/solr/core/src/test/org/apache/solr/update/AutoCommitTest.java?rev=1160078&r1=1160077&r2=1160078&view=diff
==============================================================================
--- lucene/dev/trunk/solr/core/src/test/org/apache/solr/update/AutoCommitTest.java (original)
+++ lucene/dev/trunk/solr/core/src/test/org/apache/solr/update/AutoCommitTest.java Sun Aug 21 22:48:44 2011
@@ -412,7 +412,7 @@ public class AutoCommitTest extends Abst
     
     // 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"
-    softTracker.setTimeUpperBound(300);
+    softTracker.setTimeUpperBound(500);
     softTracker.setDocsUpperBound(-1);
     hardTracker.setTimeUpperBound(1200);
     hardTracker.setDocsUpperBound(-1);