From 04ff9a3f97c8838aba327958f117da60c0d68925 Mon Sep 17 00:00:00 2001 From: Zooko O'Whielacronx Date: Thu, 7 May 2009 14:50:12 -0700 Subject: [PATCH] =?UTF-8?q?tests:=20raise=20timeout=20on=20test=5Frunner.R?= =?UTF-8?q?unNode.test=5Fintroducer=20from=20120s=20to=20240s,=20since=20i?= =?UTF-8?q?t=20hit=20the=20120s=20time-out=20on=20Fran=C3=A7ois=20Lenny-ar?= =?UTF-8?q?mv5tel?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/allmydata/test/test_runner.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/allmydata/test/test_runner.py b/src/allmydata/test/test_runner.py index 7de528d47..c3d05f915 100644 --- a/src/allmydata/test/test_runner.py +++ b/src/allmydata/test/test_runner.py @@ -327,6 +327,7 @@ class RunNode(common_util.SignalMixin, unittest.TestCase, pollmixin.PollMixin, return res d.addBoth(_remove_hotline) return d + test_introducer.timeout = 240 # This hit the 120-second timeout on "François Lenny-armv5tel" def test_client_no_noise(self): self.skip_on_cygwin()