mirror of https://github.com/apache/lucene.git
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:
parent
e568ec40d6
commit
6600f5acdf
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue