You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by da...@apache.org on 2018/08/06 04:15:56 UTC

[23/48] lucene-solr:jira/http2: Make the nightly test smaller.

Make the nightly test smaller.

Cherry-picked from 3203e99d8fbcaac3458fcf882d4ec229f97dfa43.


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

Branch: refs/heads/jira/http2
Commit: c6e0c2875db0f96fae841ee2b9d91dc0a38d7636
Parents: e56c872
Author: Adrien Grand <jp...@gmail.com>
Authored: Wed Aug 1 16:24:59 2018 +0200
Committer: Adrien Grand <jp...@gmail.com>
Committed: Wed Aug 1 16:24:59 2018 +0200

----------------------------------------------------------------------
 .../test/org/apache/lucene/document/TestLatLonShapeQueries.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/c6e0c287/lucene/sandbox/src/test/org/apache/lucene/document/TestLatLonShapeQueries.java
----------------------------------------------------------------------
diff --git a/lucene/sandbox/src/test/org/apache/lucene/document/TestLatLonShapeQueries.java b/lucene/sandbox/src/test/org/apache/lucene/document/TestLatLonShapeQueries.java
index 03941b9..2bb207e 100644
--- a/lucene/sandbox/src/test/org/apache/lucene/document/TestLatLonShapeQueries.java
+++ b/lucene/sandbox/src/test/org/apache/lucene/document/TestLatLonShapeQueries.java
@@ -104,7 +104,7 @@ public class TestLatLonShapeQueries extends LuceneTestCase {
 
   @Nightly
   public void testRandomBig() throws Exception {
-    doTestRandom(200000);
+    doTestRandom(50000);
   }
 
   private void doTestRandom(int count) throws Exception {