summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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):