From: Zooko O'Whielacronx <zooko@zooko.com>
Date: Sat, 13 Jun 2009 19:57:03 +0000 (-0700)
Subject: tests: bump up a timeout that expired on Zandr's box
X-Git-Tag: trac-4000~84
X-Git-Url: https://git.rkrishnan.org/frontends/module-simplejson.scanner.html?a=commitdiff_plain;h=6a93caf7a3bc78e7a495668ec8633475cdc2d8ac;p=tahoe-lafs%2Ftahoe-lafs.git

tests: bump up a timeout that expired on Zandr's box
---

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):