From 349093fa2eaf404a6a5fe66f1e45a5c0b54e5ce5 Mon Sep 17 00:00:00 2001 From: Brian Warner Date: Thu, 25 Aug 2011 16:01:40 -0700 Subject: [PATCH] test_mutable.Update: increase timeout from 120s to 400s, slaves are failing --- src/allmydata/test/test_mutable.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/allmydata/test/test_mutable.py b/src/allmydata/test/test_mutable.py index 9e943a89..deb4a58c 100644 --- 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() -- 2.37.2