From d21e104de2d88147769b976d88c64a254145999e Mon Sep 17 00:00:00 2001 From: Karl Wright Date: Tue, 27 Feb 2018 17:14:30 -0500 Subject: [PATCH] LUCENE-8187: Reduce the count of test iterations for nightly because it was causing timeouts. --- .../src/test/org/apache/lucene/spatial3d/TestGeo3DPoint.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lucene/spatial3d/src/test/org/apache/lucene/spatial3d/TestGeo3DPoint.java b/lucene/spatial3d/src/test/org/apache/lucene/spatial3d/TestGeo3DPoint.java index 9e76cea55e1..861e26ea0a1 100644 --- a/lucene/spatial3d/src/test/org/apache/lucene/spatial3d/TestGeo3DPoint.java +++ b/lucene/spatial3d/src/test/org/apache/lucene/spatial3d/TestGeo3DPoint.java @@ -477,9 +477,8 @@ public class TestGeo3DPoint extends LuceneTestCase { } @Nightly - @BadApple(bugUrl="https://issues.apache.org/jira/browse/SOLR-12028") public void testRandomBig() throws Exception { - doTestRandom(200000); + doTestRandom(50000); } private void doTestRandom(int count) throws Exception {