commit | e7f2e32129fd148e48b3b131962b56a124c5a0e0 | [log] [tgz] |
---|---|---|
author | Hanna Arhipova <harhipova@mirantis.com> | Thu Feb 25 13:53:18 2021 +0200 |
committer | harhipova <harhipova@mirantis.com> | Thu Feb 25 11:54:55 2021 +0000 |
tree | fd57d892452034120b079fd99b32978ff71151c4 | |
parent | 98e91510c5e738b52a2fa2b17f4b87bb5c7d5edd [diff] [blame] |
Extend timeout for 'upgrade-mcp-release' job in 2019.2.13 we updated a lot of docker images so 3h is not enough to complete 'upgrade-mcp-release' job PROD-36050 Change-Id: Ib2ec34fa627952e56c4609ba75362604bdb25d49
diff --git a/tcp_tests/tests/system/test_mcp_update.py b/tcp_tests/tests/system/test_mcp_update.py index 12d2aa8..6957f64 100644 --- a/tcp_tests/tests/system/test_mcp_update.py +++ b/tcp_tests/tests/system/test_mcp_update.py
@@ -230,7 +230,7 @@ job_name=job_name, job_parameters=job_parameters, verbose=True, - build_timeout=3 * 60 * 60) + build_timeout=4 * 60 * 60) assert job_result == 'SUCCESS', job_description