boost default zk connect timeout from 15s to 30s

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1544999 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Mark Robert Miller 2013-11-24 15:35:12 +00:00
parent 6c9d05e97d
commit 9a76dcdf9e
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ public class ZkContainer {
} }
} }
int zkClientConnectTimeout = 15000; int zkClientConnectTimeout = 30000;
if (zookeeperHost != null) { if (zookeeperHost != null) {