mirror of https://github.com/apache/lucene.git
LUCENE-2943: tone down test with multiplier a bit
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1075999 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a5a3afca64
commit
7e5d696d7d
|
@ -280,8 +280,8 @@ public abstract class CollationTestBase extends LuceneTestCase {
|
|||
}
|
||||
|
||||
public void assertThreadSafe(final Analyzer analyzer) throws Exception {
|
||||
int numTestPoints = 1000 * RANDOM_MULTIPLIER;
|
||||
int numThreads = _TestUtil.nextInt(random, 4, 8);
|
||||
int numTestPoints = 1000;
|
||||
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