projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
973a01e
)
tests: increase the timeout on a test which failed on the overloaded virtual buildslaves
author
Zooko O'Whielacronx
<zooko@zooko.com>
Fri, 11 Jan 2008 21:27:54 +0000
(14:27 -0700)
committer
Zooko O'Whielacronx
<zooko@zooko.com>
Fri, 11 Jan 2008 21:27:54 +0000
(14:27 -0700)
src/allmydata/test/test_web.py
patch
|
blob
|
history
diff --git
a/src/allmydata/test/test_web.py
b/src/allmydata/test/test_web.py
index 327b33ee3df10e4c642e3d12cc4226304ee80487..eb68fb6d88e36275fa004e13f2849df477442048 100644
(file)
--- 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")