From 1be4d45779fb95c82b3249d76584899038b59c53 Mon Sep 17 00:00:00 2001
From: Zooko O'Whielacronx <zooko@zooko.com>
Date: Tue, 27 Oct 2009 13:48:00 -0800
Subject: [PATCH] =?utf8?q?tests:=20bump=20up=20the=20timeout=20on=20test?=
 =?utf8?q?=5Frepairer=20to=20see=20if=20120=20seconds=20was=20too=20short?=
 =?utf8?q?=20for=20Fran=C3=A7ois's=20ARM=20box=20to=20do=20the=20test=20ev?=
 =?utf8?q?en=20when=20it=20was=20doing=20it=20right.?=
MIME-Version: 1.0
Content-Type: text/plain; charset=utf8
Content-Transfer-Encoding: 8bit

---
 src/allmydata/test/test_repairer.py | 2 ++
 1 file changed, 2 insertions(+)

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