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:
Michael McCandless 2015-06-03 23:56:13 +00:00
parent a73c2fe2fa
commit 8b50bea848
1 changed files with 1 additions and 1 deletions

View File

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