1 second is too small a timeout for busy/slow comps

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1175657 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Mark Robert Miller 2011-09-26 04:15:29 +00:00
parent 68d098fbef
commit c033ca6b10
1 changed files with 1 additions and 1 deletions

View File

@ -186,7 +186,7 @@ public class ZkControllerTest extends SolrTestCaseJ4 {
AbstractZkTestCase.makeSolrZkNode(server.getZkHost());
zkController = new ZkController(server.getZkAddress(),
TIMEOUT, 1000, "localhost", "8983", "/solr");
TIMEOUT, 10000, "localhost", "8983", "/solr");
zkController.uploadToZK(getFile("solr/conf"),
ZkController.CONFIGS_ZKNODE + "/config1");