mirror of https://github.com/apache/lucene.git
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:
parent
c6dfb65b41
commit
d90e7d51d1
|
@ -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>();
|
||||
|
|
Loading…
Reference in New Issue