]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
tests: bump up the timeout on test_repairer to see if 120 seconds was too short for...
authorZooko O'Whielacronx <zooko@zooko.com>
Tue, 27 Oct 2009 21:48:00 +0000 (13:48 -0800)
committerZooko O'Whielacronx <zooko@zooko.com>
Tue, 27 Oct 2009 21:48:00 +0000 (13:48 -0800)
src/allmydata/test/test_repairer.py

index 59886b2536d5ca5b47b2d10036b9d433ffd75c08..337f89aa1189d0c9148833003fae9ef7dfdd9cd8 100644 (file)
@@ -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):