mirror of https://github.com/apache/lucene.git
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:
parent
7b379ea65b
commit
424bf9a427
|
@ -352,7 +352,7 @@ public abstract class ThreadedIndexingAndSearchingTestCase extends LuceneTestCas
|
||||||
int seenTermCount = 0;
|
int seenTermCount = 0;
|
||||||
int shift;
|
int shift;
|
||||||
int trigger;
|
int trigger;
|
||||||
if (totTermCount.get() < 10) {
|
if (totTermCount.get() < 30) {
|
||||||
shift = 0;
|
shift = 0;
|
||||||
trigger = 1;
|
trigger = 1;
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in New Issue