diff options
| author | Ben Bangert <ben@groovie.org> | 2012-08-29 18:01:47 -0700 |
|---|---|---|
| committer | Ben Bangert <ben@groovie.org> | 2012-08-29 18:01:47 -0700 |
| commit | 9b53138756052ef228acf6f13df2334ea4602e8b (patch) | |
| tree | 360d49a8d26d87b42d0f1525083b2d35f5d59a5c | |
| parent | 493667a913c56cea226126880b936cb43c48814c (diff) | |
| download | kazoo-9b53138756052ef228acf6f13df2334ea4602e8b.tar.gz | |
Fetch a value for a slightly faster session expiration.
| -rw-r--r-- | kazoo/testing/__init__.py | 1 |
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): |
