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:
Mark Robert Miller 2014-02-16 22:22:46 +00:00
parent 1482c3c12d
commit 1748d7b695
1 changed files with 1 additions and 1 deletions

View File

@ -395,7 +395,7 @@ public abstract class BaseDistributedSearchTestCase extends SolrTestCaseJ4 {
// setup the server...
HttpSolrServer s = new HttpSolrServer(buildUrl(port));
s.setConnectionTimeout(DEFAULT_CONNECTION_TIMEOUT);
s.setSoTimeout(60000);
s.setSoTimeout(90000);
s.setDefaultMaxConnectionsPerHost(100);
s.setMaxTotalConnections(100);
return s;