You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by mi...@apache.org on 2015/06/12 17:47:15 UTC

svn commit: r1685109 - /lucene/dev/trunk/lucene/sandbox/src/test/org/apache/lucene/search/TestGeoPointQuery.java

Author: mikemccand
Date: Fri Jun 12 15:47:14 2015
New Revision: 1685109

URL: http://svn.apache.org/r1685109
Log:
speed up this nightly test

Modified:
    lucene/dev/trunk/lucene/sandbox/src/test/org/apache/lucene/search/TestGeoPointQuery.java

Modified: lucene/dev/trunk/lucene/sandbox/src/test/org/apache/lucene/search/TestGeoPointQuery.java
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/lucene/sandbox/src/test/org/apache/lucene/search/TestGeoPointQuery.java?rev=1685109&r1=1685108&r2=1685109&view=diff
==============================================================================
--- lucene/dev/trunk/lucene/sandbox/src/test/org/apache/lucene/search/TestGeoPointQuery.java (original)
+++ lucene/dev/trunk/lucene/sandbox/src/test/org/apache/lucene/search/TestGeoPointQuery.java Fri Jun 12 15:47:14 2015
@@ -180,7 +180,7 @@ public class TestGeoPointQuery extends L
 
   @Nightly
   public void testRandomBig() throws Exception {
-    doTestRandom(1000000);
+    doTestRandom(200000);
   }
 
   private void doTestRandom(int count) throws Exception {