test_checker.py: increase timeout for TooParallel.test_immutable again. The ARM buildslave took 38 seconds, so 40 seconds is too close to the edge; make it 80.

This commit is contained in:
david-sarah 2011-08-03 14:40:42 -07:00
parent 521754b506
commit 1c77c5f5dc

View File

@ -393,4 +393,4 @@ class TooParallel(GridTestMixin, unittest.TestCase):
d.addBoth(_clean_up)
return d
test_immutable.timeout = 40
test_immutable.timeout = 80