mirror of https://github.com/apache/lucene.git
raise the test zk client timeout
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1411486 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e821c3ab6c
commit
9ad99fc073
|
@ -29,7 +29,7 @@
|
|||
If 'null' (or absent), cores will not be manageable via request handler
|
||||
-->
|
||||
<cores adminPath="/admin/cores" defaultCoreName="collection1" host="127.0.0.1" hostPort="${hostPort:8983}"
|
||||
hostContext="solr" zkClientTimeout="5000" numShards="${numShards:3}" shareSchema="${shareSchema:false}">
|
||||
hostContext="solr" zkClientTimeout="8000" numShards="${numShards:3}" shareSchema="${shareSchema:false}">
|
||||
<core name="collection1" instanceDir="collection1" shard="${shard:}" collection="${collection:collection1}" config="${solrconfig:solrconfig.xml}" schema="${schema:schema.xml}"/>
|
||||
</cores>
|
||||
</solr>
|
||||
|
|
Loading…
Reference in New Issue