mirror of https://github.com/apache/lucene.git
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:
parent
07b145e91e
commit
4c92caea68
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue