From 855453a743e38ae97f9d11d0f331096be845a861 Mon Sep 17 00:00:00 2001 From: James Vega Date: Wed, 3 May 2006 13:30:27 +0000 Subject: [PATCH] plugins/Web/test.py: Bump the timeout since we're fetching a lot of information from other sources, which may take a while. --- plugins/Web/test.py | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/Web/test.py b/plugins/Web/test.py index c9ca8f00e..75a207765 100644 --- a/plugins/Web/test.py +++ b/plugins/Web/test.py @@ -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')