make test less evil to sidestep OOME

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1592479 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael McCandless 2014-05-05 10:51:18 +00:00
parent 0ed405ed96
commit 906261541f
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ public class TestSpecialOperations extends LuceneTestCase {
public void testRandomFiniteStrings1() {
int numStrings = atLeast(500);
int numStrings = atLeast(100);
if (VERBOSE) {
System.out.println("TEST: numStrings=" + numStrings);
}