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:
Mark Robert Miller 2013-10-20 19:14:43 +00:00
parent 76bea43846
commit 3543a7544c
1 changed files with 1 additions and 1 deletions

View File

@ -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;