]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
test_mutable.Update: increase timeout from 120s to 400s, slaves are failing
authorBrian Warner <warner@lothar.com>
Thu, 25 Aug 2011 23:01:40 +0000 (16:01 -0700)
committerBrian Warner <warner@lothar.com>
Thu, 25 Aug 2011 23:01:40 +0000 (16:01 -0700)
src/allmydata/test/test_mutable.py

index 9e943a899184c3d387f1ff89ac9d998c2bb13d50..deb4a58ceb0873e2a0d9cf21203facdc90e0f460 100644 (file)
@@ -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()