mirror of https://github.com/apache/lucene.git
tests: raise timeout
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1568848 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
1482c3c12d
commit
1748d7b695
|
@ -395,7 +395,7 @@ public abstract class BaseDistributedSearchTestCase extends SolrTestCaseJ4 {
|
||||||
// setup the server...
|
// setup the server...
|
||||||
HttpSolrServer s = new HttpSolrServer(buildUrl(port));
|
HttpSolrServer s = new HttpSolrServer(buildUrl(port));
|
||||||
s.setConnectionTimeout(DEFAULT_CONNECTION_TIMEOUT);
|
s.setConnectionTimeout(DEFAULT_CONNECTION_TIMEOUT);
|
||||||
s.setSoTimeout(60000);
|
s.setSoTimeout(90000);
|
||||||
s.setDefaultMaxConnectionsPerHost(100);
|
s.setDefaultMaxConnectionsPerHost(100);
|
||||||
s.setMaxTotalConnections(100);
|
s.setMaxTotalConnections(100);
|
||||||
return s;
|
return s;
|
||||||
|
|
Loading…
Reference in New Issue