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:
Michael McCandless 2011-01-10 20:08:17 +00:00
parent db175cce71
commit 1df9242981
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ public class TestThreadSafe extends LuceneTestCase {
buildDir(dir1, 15, 5, 2000);
// 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++) {
ir1 = IndexReader.open(dir1, false);
doTest(10,10);