Remove a debugging timeout

This commit is contained in:
James Vega 2004-12-30 05:52:52 +00:00
parent 7a176eead3
commit 1f8ed8ebe7

View File

@ -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: