Commit 45412e90 authored by Ivan Tyagov's avatar Ivan Tyagov

Increase twice timeout.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42651 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 584bee97
......@@ -136,7 +136,7 @@ class FunctionalTestRunner:
# Try to use long timeout, this is needed when there is many
# activities runing
try:
f = urllib2.urlopen(request, timeout=7200)
f = urllib2.urlopen(request, timeout=3600*4)
except TypeError:
f = urllib2.urlopen(request)
file_content = f.read()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment