mirror of https://github.com/apache/lucene.git
try (again) to stop false failures in this test
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1057340 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
db175cce71
commit
1df9242981
|
@ -142,7 +142,7 @@ public class TestThreadSafe extends LuceneTestCase {
|
||||||
buildDir(dir1, 15, 5, 2000);
|
buildDir(dir1, 15, 5, 2000);
|
||||||
|
|
||||||
// do many small tests so the thread locals go away inbetween
|
// do many small tests so the thread locals go away inbetween
|
||||||
int num = 100 * RANDOM_MULTIPLIER;
|
int num = 10 * RANDOM_MULTIPLIER;
|
||||||
for (int i = 0; i < num; i++) {
|
for (int i = 0; i < num; i++) {
|
||||||
ir1 = IndexReader.open(dir1, false);
|
ir1 = IndexReader.open(dir1, false);
|
||||||
doTest(10,10);
|
doTest(10,10);
|
||||||
|
|
Loading…
Reference in New Issue