Trying to make the tests fail less…

This commit is contained in:
Valentin Lorentz 2015-01-05 20:39:22 +01:00
parent 876935f436
commit aa89a2dd72
1 changed files with 1 additions and 0 deletions

View File

@ -96,6 +96,7 @@ class RSSTestCase(ChannelPluginTestCase):
with conf.supybot.plugins.RSS.waitPeriod.context(1):
time.sleep(1.1)
self.assertNoResponse(' ')
self.assertNoResponse(' ')
feedparser._open_resource = constant(xkcd_new)
self.assertNoResponse(' ')
time.sleep(1.1)