diff --git a/test/testsupport.py b/test/testsupport.py index ad9b61a11..f880d4768 100644 --- a/test/testsupport.py +++ b/test/testsupport.py @@ -407,6 +407,7 @@ class ChannelPluginTestCase(PluginTestCase): fed = time.time() response = self.irc.takeMsg() while response is None and time.time() - fed < timeout: + time.sleep(0.1) drivers.run() response = self.irc.takeMsg() if response is not None: