Relax timing issues in Iq timeout callback test.
This commit is contained in:
parent
61aff9f49a
commit
2229ad8d8e
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user