summaryrefslogtreecommitdiff
path: root/tests/test_stream_xep_0085.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_stream_xep_0085.py')
-rw-r--r--tests/test_stream_xep_0085.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/test_stream_xep_0085.py b/tests/test_stream_xep_0085.py
index 2de17674..9e3a2dd5 100644
--- a/tests/test_stream_xep_0085.py
+++ b/tests/test_stream_xep_0085.py
@@ -49,8 +49,6 @@ class TestStreamChatStates(SlixTest):
</message>
""")
- # Give event queue time to process
- time.sleep(0.3)
expected = ['active', 'inactive', 'paused', 'composing', 'gone']
self.failUnless(results == expected,
"Chat state event not handled: %s" % results)