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:
parent
b1d24e4a90
commit
04ff9a3f97
|
@ -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()
|
||||||
|
|
Loading…
Reference in New Issue