From 1f8ed8ebe7d6e4e67ebef567b031024ed780a37c Mon Sep 17 00:00:00 2001 From: James Vega Date: Thu, 30 Dec 2004 05:52:52 +0000 Subject: [PATCH] Remove a debugging timeout --- test/test_Gameknot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_Gameknot.py b/test/test_Gameknot.py index e2d8ae920..ee86afb63 100644 --- a/test/test_Gameknot.py +++ b/test/test_Gameknot.py @@ -88,7 +88,7 @@ if network: conf.supybot.plugins.Gameknot.gameSnarfer.setValue(True) conf.supybot.plugins.Gameknot.statSnarfer.setValue(True) self.assertSnarfNotError( - 'http://gameknot.com/stats.pl?ironchefchess', timeout=20) + 'http://gameknot.com/stats.pl?ironchefchess') self.assertSnarfNotError( 'http://gameknot.com/chess.pl?bd=907498') finally: