mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-19 19:26:25 +00:00
tests: increase the timeout on a test which failed on the overloaded virtual buildslaves
This commit is contained in:
parent
973a01edb8
commit
69dba9a704
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user