From 2229ad8d8e51b73a7900b118dfab5d7b449f17ce Mon Sep 17 00:00:00 2001 From: Lance Stout Date: Wed, 31 Oct 2012 13:41:55 -0700 Subject: Relax timing issues in Iq timeout callback test. --- tests/test_stream_handlers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/test_stream_handlers.py b/tests/test_stream_handlers.py index cdd128bb..d3850a94 100644 --- a/tests/test_stream_handlers.py +++ b/tests/test_stream_handlers.py @@ -177,7 +177,7 @@ class TestHandlers(SleekTest): """) # Give event queue time to process - time.sleep(0.1) + time.sleep(1) self.failUnless(events == ['timeout'], "Iq timeout was not executed: %s" % events) -- cgit v1.2.3