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:
Robert Muir 2011-06-20 02:13:39 +00:00
parent 22c6d6e93d
commit 4d68c56a04
1 changed files with 1 additions and 1 deletions

View File

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