mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-23 02:24:12 +01:00
plugins/Web/test.py: Bump the timeout since we're fetching a lot of information from other sources, which may take a while.
This commit is contained in:
parent
73d7fd3a2d
commit
855453a743
@ -31,6 +31,7 @@ from supybot.test import *
|
|||||||
|
|
||||||
class WebTestCase(ChannelPluginTestCase):
|
class WebTestCase(ChannelPluginTestCase):
|
||||||
plugins = ('Web',)
|
plugins = ('Web',)
|
||||||
|
timeout = 10
|
||||||
if network:
|
if network:
|
||||||
def testHeaders(self):
|
def testHeaders(self):
|
||||||
self.assertError('headers ftp://ftp.cdrom.com/pub/linux')
|
self.assertError('headers ftp://ftp.cdrom.com/pub/linux')
|
||||||
|
Loading…
Reference in New Issue
Block a user