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:
James Vega 2006-05-03 13:30:27 +00:00
parent 73d7fd3a2d
commit 855453a743
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ from supybot.test import *
class WebTestCase(ChannelPluginTestCase):
plugins = ('Web',)
timeout = 10
if network:
def testHeaders(self):
self.assertError('headers ftp://ftp.cdrom.com/pub/linux')