From e697c84df1670a047950931730cff01275599f2a Mon Sep 17 00:00:00 2001 From: Zooko O'Whielacronx Date: Mon, 30 Apr 2007 23:16:06 -0700 Subject: [PATCH] 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... --- src/allmydata/test/test_introducer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() -- 2.45.2