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)
|
self.failIf("maximum recursion depth exceeded" in res)
|
||||||
d.addCallback(_done)
|
d.addCallback(_done)
|
||||||
return d
|
return d
|
||||||
|
test_GET_DIRURL_large.timeout= 240 # this hits 120-sec timeout on overloaded vm buildslaves
|
||||||
|
|
||||||
def test_GET_DIRURL_json(self):
|
def test_GET_DIRURL_json(self):
|
||||||
d = self.GET(self.public_url + "/foo?t=json")
|
d = self.GET(self.public_url + "/foo?t=json")
|
||||||
|
|
Loading…
Reference in New Issue