From: Brian Warner Date: Thu, 25 Aug 2011 23:01:40 +0000 (-0700) Subject: test_mutable.Update: increase timeout from 120s to 400s, slaves are failing X-Git-Url: https://git.rkrishnan.org/?p=tahoe-lafs%2Ftahoe-lafs.git;a=commitdiff_plain;h=349093fa2eaf404a6a5fe66f1e45a5c0b54e5ce5 test_mutable.Update: increase timeout from 120s to 400s, slaves are failing --- 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()