summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHanno Schlichting <hanno@hannosch.eu>2013-01-08 11:41:20 +0100
committerHanno Schlichting <hanno@hannosch.eu>2013-01-08 11:41:20 +0100
commit4c1e8f7b4840387f0bb2185e954ef3049e4d87ba (patch)
treeb0f728f4023f37170f36f8ed52b73c6dde691685
parent6835d184ee2e89c4a15614c6ccfa6003343ce9a3 (diff)
downloadkazoo-feature/single-zk-thread-refactor.tar.gz
try to give a heisenfailure more timefeature/single-zk-thread-refactor
-rw-r--r--kazoo/tests/test_threading_handler.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/kazoo/tests/test_threading_handler.py b/kazoo/tests/test_threading_handler.py
index 1bcccf1..d7c51dd 100644
--- a/kazoo/tests/test_threading_handler.py
+++ b/kazoo/tests/test_threading_handler.py
@@ -168,7 +168,7 @@ class TestThreadingAsync(unittest.TestCase):
bv.wait(10)
async.set("fred")
- cv.wait(10)
+ cv.wait(15)
eq_(lst, [True])
def test_set_before_wait(self):