Commit 40a5e3d8 authored by Arnaud Fontaine's avatar Arnaud Fontaine

Two hours may not be enough to run Functional Tests so increase timeout.

parent efa982d0
...@@ -242,8 +242,8 @@ class FunctionalTestRunner: ...@@ -242,8 +242,8 @@ class FunctionalTestRunner:
remote_code_url_list = None remote_code_url_list = None
# There is no test that can take more them 2 hours # There is no test that can take more than 6 hours
timeout = 2.0 * 60 * 60 timeout = 6.0 * 3600
def __init__(self, host, port, portal, run_only='', use_phanthom=False): def __init__(self, host, port, portal, run_only='', use_phanthom=False):
self.instance_home = os.environ['INSTANCE_HOME'] self.instance_home = os.environ['INSTANCE_HOME']
......
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