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:
5bf5404
)
test_mutable.Update: increase timeout from 120s to 400s, slaves are failing
author
Brian Warner
<warner@lothar.com>
Thu, 25 Aug 2011 23:01:40 +0000
(16:01 -0700)
committer
Brian Warner
<warner@lothar.com>
Thu, 25 Aug 2011 23:01:40 +0000
(16:01 -0700)
src/allmydata/test/test_mutable.py
patch
|
blob
|
history
diff --git
a/src/allmydata/test/test_mutable.py
b/src/allmydata/test/test_mutable.py
index 9e943a899184c3d387f1ff89ac9d998c2bb13d50..deb4a58ceb0873e2a0d9cf21203facdc90e0f460 100644
(file)
--- a/
src/allmydata/test/test_mutable.py
+++ b/
src/allmydata/test/test_mutable.py
@@
-3260,6
+3260,8
@@
class Version(GridTestMixin, unittest.TestCase, testutil.ShouldFailMixin, \
class Update(GridTestMixin, unittest.TestCase, testutil.ShouldFailMixin):
+ timeout = 400 # these tests are too big, 120s is not enough on slow
+ # platforms
def setUp(self):
GridTestMixin.setUp(self)
self.basedir = self.mktemp()