LUCENE-8187: Reduce the count of test iterations for nightly because it was causing timeouts.

This commit is contained in:
Karl Wright 2018-02-27 17:14:30 -05:00
parent 939aedfed7
commit d21e104de2
1 changed files with 1 additions and 2 deletions

View File

@ -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 {