From: Zooko O'Whielacronx Date: Thu, 7 May 2009 21:50:12 +0000 (-0700) Subject: tests: raise timeout on test_runner.RunNode.test_introducer from 120s to 240s, since... X-Git-Url: https://git.rkrishnan.org/listings/pb2server.py?a=commitdiff_plain;h=04ff9a3f97c8838aba327958f117da60c0d68925;p=tahoe-lafs%2Ftahoe-lafs.git tests: raise timeout on test_runner.RunNode.test_introducer from 120s to 240s, since it hit the 120s time-out on François Lenny-armv5tel --- diff --git a/src/allmydata/test/test_runner.py b/src/allmydata/test/test_runner.py index 7de528d4..c3d05f91 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()