You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by jp...@apache.org on 2018/08/01 14:25:39 UTC

[2/2] lucene-solr:branch_7x: 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/2cde6fb2
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/2cde6fb2
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/2cde6fb2

Branch: refs/heads/branch_7x
Commit: 2cde6fb2c8a7eef0c40148ce9e3ff63bde18c359
Parents: e1e2a01
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:25:29 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/2cde6fb2/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 fd04741..1ef0344 100644
--- a/lucene/sandbox/src/test/org/apache/lucene/document/TestLatLonShapeQueries.java
+++ b/lucene/sandbox/src/test/org/apache/lucene/document/TestLatLonShapeQueries.java
@@ -103,7 +103,7 @@ public class TestLatLonShapeQueries extends LuceneTestCase {
 
   @Nightly
   public void testRandomBig() throws Exception {
-    doTestRandom(200000);
+    doTestRandom(50000);
   }
 
   private void doTestRandom(int count) throws Exception {