From 0ef96f7cd5ab8ab3ea6dfe13cad4d48b5f12f086 Mon Sep 17 00:00:00 2001 From: Arnaud Fontaine <arnaud.fontaine@nexedi.com> Date: Wed, 6 Feb 2013 12:12:49 +0900 Subject: [PATCH] Two hours may not be enough to run Functional Tests so increase timeout. --- product/ERP5Type/tests/ERP5TypeFunctionalTestCase.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/product/ERP5Type/tests/ERP5TypeFunctionalTestCase.py b/product/ERP5Type/tests/ERP5TypeFunctionalTestCase.py index 6a740daf14..b024c2b01d 100644 --- a/product/ERP5Type/tests/ERP5TypeFunctionalTestCase.py +++ b/product/ERP5Type/tests/ERP5TypeFunctionalTestCase.py @@ -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'] -- 2.30.9