Commit 42a9f6ed authored by Rafael Monnerat's avatar Rafael Monnerat

Define timeout of Funcional test for 2 hours

The most long test takes about 1h only, so it is more them enough delay.
parent a49f416c
...@@ -243,7 +243,7 @@ page.open(address, function (status) { ...@@ -243,7 +243,7 @@ page.open(address, function (status) {
class FunctionalTestRunner: class FunctionalTestRunner:
# There is no test that can take more them 24 hours # There is no test that can take more them 24 hours
timeout = 24 * 60 * 60 timeout = 2.0 * 60 * 60
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