]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
test_checker.py: increase timeout for TooParallel.test_immutable (was consistently...
authordavid-sarah <david-sarah@jacaranda.org>
Wed, 3 Aug 2011 16:32:13 +0000 (09:32 -0700)
committerdavid-sarah <david-sarah@jacaranda.org>
Wed, 3 Aug 2011 16:32:13 +0000 (09:32 -0700)
src/allmydata/test/test_checker.py

index 5632bff293d0e86a87e7e83c1f80e95e40e1583b..ad9b4be394487dc6a6d543e4bedf12e57a81516d 100644 (file)
@@ -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