mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-18 02:40:07 +00:00
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:
parent
f724719744
commit
e697c84df1
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user