mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-24 23:26:43 +00:00
tests: double the timeout on test_runner.RunNode.test_introducer since feisty hit a timeout
I'm not sure if this is an actual timing issue (feisty is running on an overloaded VM if I recall correctly), or it there is a deeper bug.
This commit is contained in:
parent
d214f7eebe
commit
22c962bbc2
0
src/allmydata/nodemaker.py
Executable file → Normal file
0
src/allmydata/nodemaker.py
Executable file → Normal file
@ -332,7 +332,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"
|
||||
test_introducer.timeout = 480 # This hit the 120-second timeout on "François Lenny-armv5tel", then it hit a 240-second timeout on our feisty2.5 buildslave: http://allmydata.org/buildbot/builders/feisty2.5/builds/2381/steps/test/logs/test.log
|
||||
|
||||
def test_client(self):
|
||||
self.skip_on_cygwin()
|
||||
|
Loading…
Reference in New Issue
Block a user