From: Zooko O'Whielacronx <zooko@zooko.com>
Date: Fri, 11 Jan 2008 21:27:54 +0000 (-0700)
Subject: tests: increase the timeout on a test which failed on the overloaded virtual buildslaves
X-Git-Url: https://git.rkrishnan.org/%5B/%5D%20//%22%22?a=commitdiff_plain;h=69dba9a704d04deb9b44c13b865022bba5502d76;p=tahoe-lafs%2Ftahoe-lafs.git

tests: increase the timeout on a test which failed on the overloaded virtual buildslaves
---

diff --git a/src/allmydata/test/test_web.py b/src/allmydata/test/test_web.py
index 327b33ee..eb68fb6d 100644
--- a/src/allmydata/test/test_web.py
+++ b/src/allmydata/test/test_web.py
@@ -657,6 +657,7 @@ class Web(WebMixin, unittest.TestCase):
             self.failIf("maximum recursion depth exceeded" in res)
         d.addCallback(_done)
         return d
+    test_GET_DIRURL_large.timeout= 240 # this hits 120-sec timeout on overloaded vm buildslaves
 
     def test_GET_DIRURL_json(self):
         d = self.GET(self.public_url + "/foo?t=json")