mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-19 08:59:27 +01:00
Remove a debugging timeout
This commit is contained in:
parent
7a176eead3
commit
1f8ed8ebe7
@ -88,7 +88,7 @@ if network:
|
|||||||
conf.supybot.plugins.Gameknot.gameSnarfer.setValue(True)
|
conf.supybot.plugins.Gameknot.gameSnarfer.setValue(True)
|
||||||
conf.supybot.plugins.Gameknot.statSnarfer.setValue(True)
|
conf.supybot.plugins.Gameknot.statSnarfer.setValue(True)
|
||||||
self.assertSnarfNotError(
|
self.assertSnarfNotError(
|
||||||
'http://gameknot.com/stats.pl?ironchefchess', timeout=20)
|
'http://gameknot.com/stats.pl?ironchefchess')
|
||||||
self.assertSnarfNotError(
|
self.assertSnarfNotError(
|
||||||
'http://gameknot.com/chess.pl?bd=907498')
|
'http://gameknot.com/chess.pl?bd=907498')
|
||||||
finally:
|
finally:
|
||||||
|
Loading…
Reference in New Issue
Block a user