make test less evil

This commit is contained in:
Mike McCandless 2016-03-01 10:47:06 -05:00
parent 2264600ffe
commit 2a7314b599
1 changed files with 1 additions and 1 deletions

View File

@ -498,7 +498,7 @@ public class TestPointQueries extends LuceneTestCase {
@Nightly @Nightly
public void testRandomBinaryBig() throws Exception { public void testRandomBinaryBig() throws Exception {
doTestRandomBinary(200000); doTestRandomBinary(100000);
} }
private void doTestRandomBinary(int count) throws Exception { private void doTestRandomBinary(int count) throws Exception {