From: Zooko O'Whielacronx Date: Tue, 27 Oct 2009 21:48:00 +0000 (-0800) Subject: tests: bump up the timeout on test_repairer to see if 120 seconds was too short for... X-Git-Tag: trac-4100~7 X-Git-Url: https://git.rkrishnan.org/class-simplejson.JSONEncoder-index.html?a=commitdiff_plain;h=1be4d45779fb95c82b3249d76584899038b59c53;p=tahoe-lafs%2Ftahoe-lafs.git tests: bump up the timeout on test_repairer to see if 120 seconds was too short for François's ARM box to do the test even when it was doing it right. --- diff --git a/src/allmydata/test/test_repairer.py b/src/allmydata/test/test_repairer.py index 59886b25..337f89aa 100644 --- a/src/allmydata/test/test_repairer.py +++ b/src/allmydata/test/test_repairer.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- from allmydata.test import common from allmydata.monitor import Monitor from allmydata import check_results @@ -13,6 +14,7 @@ from no_network import GridTestMixin READ_LEEWAY = 18 MAX_DELTA_READS = 10 * READ_LEEWAY # N = 10 +timeout=240 # François's ARM box timed out after 120 seconds of Verifier.test_corrupt_crypttext_hashtree class RepairTestMixin: def failUnlessIsInstance(self, x, xtype):