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

This commit is contained in:
Zooko O'Whielacronx 2009-05-07 14:50:12 -07:00
parent b1d24e4a90
commit 04ff9a3f97
1 changed files with 1 additions and 0 deletions

View File

@ -327,6 +327,7 @@ class RunNode(common_util.SignalMixin, unittest.TestCase, pollmixin.PollMixin,
return res return res
d.addBoth(_remove_hotline) d.addBoth(_remove_hotline)
return d return d
test_introducer.timeout = 240 # This hit the 120-second timeout on "François Lenny-armv5tel"
def test_client_no_noise(self): def test_client_no_noise(self):
self.skip_on_cygwin() self.skip_on_cygwin()