mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-02-02 15:44:06 +01:00
Trying to make the tests fail less…
This commit is contained in:
parent
876935f436
commit
aa89a2dd72
@ -96,6 +96,7 @@ class RSSTestCase(ChannelPluginTestCase):
|
|||||||
with conf.supybot.plugins.RSS.waitPeriod.context(1):
|
with conf.supybot.plugins.RSS.waitPeriod.context(1):
|
||||||
time.sleep(1.1)
|
time.sleep(1.1)
|
||||||
self.assertNoResponse(' ')
|
self.assertNoResponse(' ')
|
||||||
|
self.assertNoResponse(' ')
|
||||||
feedparser._open_resource = constant(xkcd_new)
|
feedparser._open_resource = constant(xkcd_new)
|
||||||
self.assertNoResponse(' ')
|
self.assertNoResponse(' ')
|
||||||
time.sleep(1.1)
|
time.sleep(1.1)
|
||||||
|
Loading…
Reference in New Issue
Block a user