LUCENE-2943: tone down test even more

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1076223 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Muir 2011-03-02 13:56:15 +00:00
parent e568ec40d6
commit 6600f5acdf
1 changed files with 1 additions and 1 deletions

View File

@ -280,7 +280,7 @@ public abstract class CollationTestBase extends LuceneTestCase {
}
public void assertThreadSafe(final Analyzer analyzer) throws Exception {
int numTestPoints = 1000;
int numTestPoints = 100;
int numThreads = _TestUtil.nextInt(random, 3, 5);
final HashMap<String,BytesRef> map = new HashMap<String,BytesRef>();
BytesRef spare = new BytesRef();