mirror of https://github.com/apache/lucene.git
tests: raise connection timeout
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1620203 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
62b916cc1f
commit
c4ef611991
|
@ -527,7 +527,7 @@ public class ShardSplitTest extends BasicDistributedZkTest {
|
|||
baseUrl = baseUrl.substring(0, baseUrl.length() - "collection1".length());
|
||||
|
||||
HttpSolrServer baseServer = new HttpSolrServer(baseUrl);
|
||||
baseServer.setConnectionTimeout(15000);
|
||||
baseServer.setConnectionTimeout(30000);
|
||||
baseServer.setSoTimeout(60000 * 5);
|
||||
baseServer.request(request);
|
||||
baseServer.shutdown();
|
||||
|
|
Loading…
Reference in New Issue