test_checker.py: increase timeout for TooParallel.test_immutable (was consistently failing on ARM buildslave).

This commit is contained in:
david-sarah 2011-08-03 09:32:13 -07:00
parent 2d16a16ee3
commit ed3dbe4985

View 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