From 7f5a489cae8409da171b6afd26a406d632456bc5 Mon Sep 17 00:00:00 2001 From: Shivaram Lingamneni Date: Wed, 13 Feb 2019 19:52:10 -0500 Subject: [PATCH] remove voodoo sleep --- irctest/server_tests/test_channel_operations.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/irctest/server_tests/test_channel_operations.py b/irctest/server_tests/test_channel_operations.py index 78d10ca..f95ab4c 100644 --- a/irctest/server_tests/test_channel_operations.py +++ b/irctest/server_tests/test_channel_operations.py @@ -333,8 +333,6 @@ class JoinTestCase(cases.BaseServerTestCase): # TODO: check foo is an operator - import time - time.sleep(0.1) self.getMessages(1) self.getMessages(2) self.getMessages(3)