projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b1d24e4
)
tests: raise timeout on test_runner.RunNode.test_introducer from 120s to 240s, since...
author
Zooko O'Whielacronx
<zooko@zooko.com>
Thu, 7 May 2009 21:50:12 +0000
(14:50 -0700)
committer
Zooko O'Whielacronx
<zooko@zooko.com>
Thu, 7 May 2009 21:50:12 +0000
(14:50 -0700)
src/allmydata/test/test_runner.py
patch
|
blob
|
history
diff --git
a/src/allmydata/test/test_runner.py
b/src/allmydata/test/test_runner.py
index 7de528d47522866c55d4dd321726fe311475acee..c3d05f9157d9cfe5a5fa0cfdea529b9d07b5944a 100644
(file)
--- 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()