mirror of https://github.com/apache/lucene.git
tests: try a 2 minute so timeout
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1533956 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
76bea43846
commit
3543a7544c
|
@ -1087,7 +1087,7 @@ public class BasicDistributedZkTest extends AbstractFullDistribZkTestBase {
|
|||
try {
|
||||
// setup the server...
|
||||
HttpSolrServer s = new HttpSolrServer(baseUrl + "/" + collection);
|
||||
s.setSoTimeout(60000);
|
||||
s.setSoTimeout(120000);
|
||||
s.setDefaultMaxConnectionsPerHost(100);
|
||||
s.setMaxTotalConnections(100);
|
||||
return s;
|
||||
|
|
Loading…
Reference in New Issue