Commit 483698c1 authored by Ivan Tyagov's avatar Ivan Tyagov

Increase test runtime timeout.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42640 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent ccbb6419
...@@ -136,7 +136,7 @@ class FunctionalTestRunner: ...@@ -136,7 +136,7 @@ class FunctionalTestRunner:
# Try to use long timeout, this is needed when there is many # Try to use long timeout, this is needed when there is many
# activities runing # activities runing
try: try:
f = urllib2.urlopen(request, timeout=3600) f = urllib2.urlopen(request, timeout=7200)
except TypeError: except TypeError:
f = urllib2.urlopen(request) f = urllib2.urlopen(request)
file_content = f.read() 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