mirror of https://github.com/apache/lucene.git
LUCENE-6477: make nightly test less evil
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1683446 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a73c2fe2fa
commit
8b50bea848
|
@ -281,7 +281,7 @@ public class TestBKDTree extends LuceneTestCase {
|
||||||
|
|
||||||
@Nightly
|
@Nightly
|
||||||
public void testRandomBig() throws Exception {
|
public void testRandomBig() throws Exception {
|
||||||
doTestRandom(1000000);
|
doTestRandom(200000);
|
||||||
}
|
}
|
||||||
|
|
||||||
private void doTestRandom(int count) throws Exception {
|
private void doTestRandom(int count) throws Exception {
|
||||||
|
|
Loading…
Reference in New Issue