summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Bangert <ben@groovie.org>2012-08-29 18:01:47 -0700
committerBen Bangert <ben@groovie.org>2012-08-29 18:01:47 -0700
commit9b53138756052ef228acf6f13df2334ea4602e8b (patch)
tree360d49a8d26d87b42d0f1525083b2d35f5d59a5c
parent493667a913c56cea226126880b936cb43c48814c (diff)
downloadkazoo-9b53138756052ef228acf6f13df2334ea4602e8b.tar.gz
Fetch a value for a slightly faster session expiration.
-rw-r--r--kazoo/testing/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/kazoo/testing/__init__.py b/kazoo/testing/__init__.py
index 0abccf2..5eb0881 100644
--- a/kazoo/testing/__init__.py
+++ b/kazoo/testing/__init__.py
@@ -245,6 +245,7 @@ class KazooTestHarness(object):
client = KazooClient(self.hosts, client_id=client_id, timeout=0.8)
client.start()
client.stop()
+ self.client.get_async('/')
lost.wait()
def setup_zookeeper(self):