mirror of https://github.com/apache/lucene.git
raise so timeout
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1422744 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
6acc407fbb
commit
099a5dcb78
|
@ -797,7 +797,7 @@ public class BasicDistributedZkTest extends AbstractFullDistribZkTestBase {
|
|||
|
||||
HttpSolrServer collectionClient = new HttpSolrServer(url);
|
||||
collectionClient.setConnectionTimeout(15000);
|
||||
collectionClient.setSoTimeout(30000);
|
||||
collectionClient.setSoTimeout(45000);
|
||||
// poll for a second - it can take a moment before we are ready to serve
|
||||
waitForNon403or404or503(collectionClient);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue