Merge "Increase zk session timeout during tests"

This commit is contained in:
Zuul 2019-03-25 20:01:49 +00:00 committed by Gerrit Code Review
commit 840dba6eaf
1 changed files with 1 additions and 1 deletions

View File

@ -2552,7 +2552,7 @@ class ZuulTestCase(BaseTestCase):
self.merge_server = None
self.nodepool = zuul.nodepool.Nodepool(self.sched)
self.zk = zuul.zk.ZooKeeper()
self.zk.connect(self.zk_config)
self.zk.connect(self.zk_config, timeout=30.0)
self.fake_nodepool = FakeNodepool(
self.zk_chroot_fixture.zookeeper_host,