tests: raise so timeout

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1441970 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Mark Robert Miller 2013-02-03 21:33:31 +00:00
parent edf7b89e70
commit e3343731b1
1 changed files with 1 additions and 1 deletions

View File

@ -672,7 +672,7 @@ public class BasicDistributedZkTest extends AbstractFullDistribZkTestBase {
String url3 = getBaseUrl(client);
final HttpSolrServer server = new HttpSolrServer(url3);
server.setConnectionTimeout(15000);
server.setSoTimeout(30000);
server.setSoTimeout(60000);
ThreadPoolExecutor executor = new ThreadPoolExecutor(0, Integer.MAX_VALUE,
5, TimeUnit.SECONDS, new SynchronousQueue<Runnable>(),
new DefaultSolrThreadFactory("testExecutor"));