mirror of https://github.com/apache/lucene.git
test fix
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1385005 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
6904995ce4
commit
a215370b3a
|
@ -232,7 +232,7 @@ public class SolrCmdDistributorTest extends BaseDistributedSearchTestCase {
|
|||
@Override
|
||||
public void setUp() throws Exception {
|
||||
super.setUp();
|
||||
executor = new ThreadPoolExecutor(0, 5 * 16, 5,
|
||||
executor = new ThreadPoolExecutor(0, Integer.MAX_VALUE, 5,
|
||||
TimeUnit.SECONDS, new SynchronousQueue<Runnable>(),
|
||||
new DefaultSolrThreadFactory("cmdDistribExecutor"));
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue