From a48979516ee5908a6ab2d5718be049dee4f68689 Mon Sep 17 00:00:00 2001
From: Zooko O'Whielacronx <zooko@zooko.com>
Date: Thu, 20 May 2010 06:45:26 -0700
Subject: [PATCH] =?utf8?q?tests:=20increase=20timeout=20to=20give=20Fran?=
 =?utf8?q?=C3=A7ois's=20ARM=20buildslave=20a=20chance=20to=20complete=20th?=
 =?utf8?q?e=20tests?=
MIME-Version: 1.0
Content-Type: text/plain; charset=utf8
Content-Transfer-Encoding: 8bit

---
 src/allmydata/test/test_hung_server.py | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/src/allmydata/test/test_hung_server.py b/src/allmydata/test/test_hung_server.py
index 56b96d94..4aef4849 100644
--- a/src/allmydata/test/test_hung_server.py
+++ b/src/allmydata/test/test_hung_server.py
@@ -1,3 +1,4 @@
+# -*- coding: utf-8 -*-
 
 import os, shutil
 from twisted.trial import unittest
@@ -15,7 +16,9 @@ immutable_plaintext = "data" * 10000
 mutable_plaintext = "muta" * 10000
 
 class HungServerDownloadTest(GridTestMixin, ShouldFailMixin, unittest.TestCase):
-    timeout = 30
+    # Many of these tests take around 60 seconds on François's ARM buildslave:
+    # http://tahoe-lafs.org/buildbot/builders/FranXois%20lenny-armv5tel
+    timeout = 120
 
     def _break(self, servers):
         for (id, ss) in servers:
-- 
2.45.2