mirror of https://github.com/apache/lucene.git
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:
parent
68d098fbef
commit
c033ca6b10
|
@ -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");
|
||||
|
|
Loading…
Reference in New Issue