mirror of https://github.com/apache/lucene.git
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:
parent
0ed405ed96
commit
906261541f
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue