tests: remove so timeout

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1554058 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Mark Robert Miller 2013-12-29 19:47:49 +00:00
parent 6f3c74ebd3
commit 8fcdf1d85a
1 changed files with 0 additions and 1 deletions

View File

@ -128,7 +128,6 @@ public class StressHdfsTest extends BasicDistributedZkTest {
}
c.query(new SolrQuery("id:" + i));
c.setSoTimeout(60000);
c.setConnectionTimeout(30000);
NamedList<Object> response = c.query(
new SolrQuery().setRequestHandler("/admin/system")).getResponse();