From 6a93caf7a3bc78e7a495668ec8633475cdc2d8ac Mon Sep 17 00:00:00 2001
From: Zooko O'Whielacronx <zooko@zooko.com>
Date: Sat, 13 Jun 2009 12:57:03 -0700
Subject: [PATCH] tests: bump up a timeout that expired on Zandr's box

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

diff --git a/src/allmydata/test/test_deepcheck.py b/src/allmydata/test/test_deepcheck.py
index 0731c383..010fc4ee 100644
--- a/src/allmydata/test/test_deepcheck.py
+++ b/src/allmydata/test/test_deepcheck.py
@@ -20,7 +20,7 @@ from allmydata.test.common import ErrorMixin, _corrupt_mutable_share_data, \
 from allmydata.test.common_util import StallMixin
 from allmydata.test.no_network import GridTestMixin
 
-timeout = 960 # Most of these take longer than 340 seconds on Zand's ARM box.
+timeout = 2400 # One of these took 1046.091s on Zandr's ARM box.
 
 class MutableChecker(GridTestMixin, unittest.TestCase, ErrorMixin):
     def _run_cli(self, argv):
-- 
2.45.2