From: david-sarah Date: Wed, 3 Aug 2011 16:32:13 +0000 (-0700) Subject: test_checker.py: increase timeout for TooParallel.test_immutable (was consistently... X-Git-Url: https://git.rkrishnan.org/FOOURL?a=commitdiff_plain;h=ed3dbe49854186f94e1702120127ccdb6953dd59;p=tahoe-lafs%2Ftahoe-lafs.git test_checker.py: increase timeout for TooParallel.test_immutable (was consistently failing on ARM buildslave). --- diff --git a/src/allmydata/test/test_checker.py b/src/allmydata/test/test_checker.py index 5632bff2..ad9b4be3 100644 --- a/src/allmydata/test/test_checker.py +++ b/src/allmydata/test/test_checker.py @@ -392,4 +392,5 @@ class TooParallel(GridTestMixin, unittest.TestCase): return res d.addBoth(_clean_up) return d - test_immutable.timeout = 10 + + test_immutable.timeout = 40