From 93dc740f01931ec00e22b8f7c87b3856637c34b3 Mon Sep 17 00:00:00 2001
From: Zooko O'Whielacronx <zooko@zooko.com>
Date: Mon, 15 Nov 2010 01:21:19 -0800
Subject: [PATCH] =?utf8?q?tests:=20bump=20up=20the=20timeout=20on=20test?=
 =?utf8?q?=5Fdirnode.Dirnode=20from=20240s=20to=20480s=20since=20it=20appa?=
 =?utf8?q?rently=20took=20longer=20than=20240s=20just=20now=20on=20Fran?=
 =?utf8?q?=C3=A7ois's=20ARM=20buildslave?=
MIME-Version: 1.0
Content-Type: text/plain; charset=utf8
Content-Transfer-Encoding: 8bit

---
 src/allmydata/test/test_dirnode.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/allmydata/test/test_dirnode.py b/src/allmydata/test/test_dirnode.py
index 8122defb..59b31afb 100644
--- a/src/allmydata/test/test_dirnode.py
+++ b/src/allmydata/test/test_dirnode.py
@@ -55,7 +55,7 @@ one_nfd = u"one\u0304"
 
 class Dirnode(GridTestMixin, unittest.TestCase,
               testutil.ReallyEqualMixin, testutil.ShouldFailMixin, testutil.StallMixin, ErrorMixin):
-    timeout = 240 # It takes longer than 120 seconds on Francois's arm box.
+    timeout = 480 # It occasionally takes longer than 240 seconds on Francois's arm box.
 
     def test_basic(self):
         self.basedir = "dirnode/Dirnode/test_basic"
-- 
2.45.2