From: Zooko O'Whielacronx <zooko@zooko.com>
Date: Thu, 20 May 2010 13:45:26 +0000 (-0700)
Subject: tests: increase timeout to give François's ARM buildslave a chance to complete the... 
X-Git-Url: https://git.rkrishnan.org/simplejson/components/com_hotproperty/cyclelanguage?a=commitdiff_plain;h=a48979516ee5908a6ab2d5718be049dee4f68689;p=tahoe-lafs%2Ftahoe-lafs.git

tests: increase timeout to give François's ARM buildslave a chance to complete the tests
---

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: