use more than one thread for this test

This commit is contained in:
Mike McCandless 2016-02-23 17:39:08 -05:00
parent a77d67a926
commit e4a196265b
1 changed files with 1 additions and 2 deletions

View File

@ -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);