mirror of https://github.com/apache/lucene.git
tests: raise so timeout
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1441970 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
edf7b89e70
commit
e3343731b1
|
@ -672,7 +672,7 @@ public class BasicDistributedZkTest extends AbstractFullDistribZkTestBase {
|
|||
String url3 = getBaseUrl(client);
|
||||
final HttpSolrServer server = new HttpSolrServer(url3);
|
||||
server.setConnectionTimeout(15000);
|
||||
server.setSoTimeout(30000);
|
||||
server.setSoTimeout(60000);
|
||||
ThreadPoolExecutor executor = new ThreadPoolExecutor(0, Integer.MAX_VALUE,
|
||||
5, TimeUnit.SECONDS, new SynchronousQueue<Runnable>(),
|
||||
new DefaultSolrThreadFactory("testExecutor"));
|
||||
|
|
Loading…
Reference in New Issue