]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
tests: increase the timeout on a test which failed on the overloaded virtual buildslaves
authorZooko O'Whielacronx <zooko@zooko.com>
Fri, 11 Jan 2008 21:27:54 +0000 (14:27 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Fri, 11 Jan 2008 21:27:54 +0000 (14:27 -0700)
src/allmydata/test/test_web.py

index 327b33ee3df10e4c642e3d12cc4226304ee80487..eb68fb6d88e36275fa004e13f2849df477442048 100644 (file)
@@ -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")