mirror of https://github.com/apache/lucene.git
fix test OOM problems
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1137480 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
22c6d6e93d
commit
4d68c56a04
|
@ -963,7 +963,7 @@ public class TestFSTs extends LuceneTestCase {
|
|||
|
||||
@Nightly
|
||||
public void testBigSet() throws IOException {
|
||||
testRandomWords(atLeast(50000), atLeast(1));
|
||||
testRandomWords(_TestUtil.nextInt(random, 50000, 60000), atLeast(1));
|
||||
}
|
||||
|
||||
private static String inputToString(int inputMode, IntsRef term) {
|
||||
|
|
Loading…
Reference in New Issue