mirror of https://github.com/apache/lucene.git
make test less evil
This commit is contained in:
parent
2264600ffe
commit
2a7314b599
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue