Make the nightly test smaller.

Cherry-picked from 3203e99d8f.
This commit is contained in:
Adrien Grand 2018-08-01 16:24:59 +02:00
parent e56c8722ce
commit c6e0c2875d
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ public class TestLatLonShapeQueries extends LuceneTestCase {
@Nightly
public void testRandomBig() throws Exception {
doTestRandom(200000);
doTestRandom(50000);
}
private void doTestRandom(int count) throws Exception {