mirror of https://github.com/apache/lucene.git
LUCENE-8187: Reduce the count of test iterations for nightly because it was causing timeouts.
This commit is contained in:
parent
939aedfed7
commit
d21e104de2
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue