mirror of https://github.com/apache/lucene.git
use more than one thread for this test
This commit is contained in:
parent
a77d67a926
commit
e4a196265b
|
@ -515,8 +515,7 @@ public class TestPointQueries extends LuceneTestCase {
|
|||
|
||||
IndexSearcher s = newSearcher(r);
|
||||
|
||||
// int numThreads = TestUtil.nextInt(random(), 2, 5);
|
||||
int numThreads = 1;
|
||||
int numThreads = TestUtil.nextInt(random(), 2, 5);
|
||||
|
||||
if (VERBOSE) {
|
||||
System.out.println("TEST: use " + numThreads + " query threads; searcher=" + s);
|
||||
|
|
Loading…
Reference in New Issue