cut back on evilness of this test

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1182814 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael McCandless 2011-10-13 12:48:49 +00:00
parent c6dfb65b41
commit d90e7d51d1
1 changed files with 1 additions and 1 deletions

View File

@ -191,7 +191,7 @@ public class TestTermsEnum extends LuceneTestCase {
final Directory dir = newDirectory();
final RandomIndexWriter w = new RandomIndexWriter(random, dir);
final int numTerms = atLeast(1000);
final int numTerms = atLeast(300);
final Set<String> terms = new HashSet<String>();
final Collection<String> pendingTerms = new ArrayList<String>();