fix test bug

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1298393 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael McCandless 2012-03-08 13:49:12 +00:00
parent 7b379ea65b
commit 424bf9a427
1 changed files with 1 additions and 1 deletions

View File

@ -352,7 +352,7 @@ public abstract class ThreadedIndexingAndSearchingTestCase extends LuceneTestCas
int seenTermCount = 0;
int shift;
int trigger;
if (totTermCount.get() < 10) {
if (totTermCount.get() < 30) {
shift = 0;
trigger = 1;
} else {