From 1c77c5f5dcba02b2778a12cfb498aa4f35163507 Mon Sep 17 00:00:00 2001
From: david-sarah <david-sarah@jacaranda.org>
Date: Wed, 3 Aug 2011 14:40:42 -0700
Subject: [PATCH] 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.

---
 src/allmydata/test/test_checker.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/allmydata/test/test_checker.py b/src/allmydata/test/test_checker.py
index ad9b4be3..c3851285 100644
--- a/src/allmydata/test/test_checker.py
+++ b/src/allmydata/test/test_checker.py
@@ -393,4 +393,4 @@ class TooParallel(GridTestMixin, unittest.TestCase):
         d.addBoth(_clean_up)
         return d
 
-    test_immutable.timeout = 40
+    test_immutable.timeout = 80
-- 
2.45.2