Commit a5f3ed7b authored by Arnaud Fontaine's avatar Arnaud Fontaine

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

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