increasing timeout for LargeVolumeJettyTest

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@584598 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Ryan McKinley 2007-10-14 20:16:53 +00:00
parent 07b145e91e
commit 4c92caea68
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ public class LargeVolumeJettyTest extends LargeVolumeTestBase {
// setup the server...
String url = "http://localhost:"+port+context;
CommonsHttpSolrServer s = new CommonsHttpSolrServer( url );
s.setConnectionTimeout(5);
s.setConnectionTimeout(100); // 1/10th sec
s.setDefaultMaxConnectionsPerHost(100);
s.setMaxTotalConnections(100);
return s;