From: Zooko O'Whielacronx Date: Tue, 1 May 2007 06:16:06 +0000 (-0700) Subject: bump timeout up because it timed out even on my super fast MacBook Pro X-Git-Tag: allmydata-tahoe-0.2.0~33 X-Git-Url: https://git.rkrishnan.org/uri/URI:DIR2:%5B%5E?a=commitdiff_plain;h=e697c84df1670a047950931730cff01275599f2a;p=tahoe-lafs%2Ftahoe-lafs.git 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... --- diff --git a/src/allmydata/test/test_introducer.py b/src/allmydata/test/test_introducer.py index 93347c5e..b5d3b490 100644 --- a/src/allmydata/test/test_introducer.py +++ b/src/allmydata/test/test_introducer.py @@ -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()