bump timeout up because it timed out even on my super fast MacBook Pro

Hm.  This probably means that it is never going to finish...
This commit is contained in:
Zooko O'Whielacronx 2007-04-30 23:16:06 -07:00
parent f724719744
commit e697c84df1

View File

@ -143,7 +143,7 @@ class TestIntroducer(unittest.TestCase):
# now disconnect somebody's connection to themselves
d.addCallback(_check_again2)
return d
test_system.timeout = 1200
test_system.timeout = 2400
def stall(self, res, timeout):
d = defer.Deferred()