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:
Mark Robert Miller 2012-12-17 03:01:27 +00:00
parent 6acc407fbb
commit 099a5dcb78
1 changed files with 1 additions and 1 deletions

View File

@ -797,7 +797,7 @@ public class BasicDistributedZkTest extends AbstractFullDistribZkTestBase {
HttpSolrServer collectionClient = new HttpSolrServer(url); HttpSolrServer collectionClient = new HttpSolrServer(url);
collectionClient.setConnectionTimeout(15000); collectionClient.setConnectionTimeout(15000);
collectionClient.setSoTimeout(30000); collectionClient.setSoTimeout(45000);
// poll for a second - it can take a moment before we are ready to serve // poll for a second - it can take a moment before we are ready to serve
waitForNon403or404or503(collectionClient); waitForNon403or404or503(collectionClient);
} }