commit | 77b635be17d5872fc423b044cce0eabdbd061c2f | [log] [tgz] |
---|---|---|
author | harhipova <harhipova@mirantis.com> | Thu Feb 20 17:23:44 2020 +0000 |
committer | Gerrit Code Review <mail@domain.com> | Thu Feb 20 17:23:44 2020 +0000 |
tree | b82d9b88521ac557ef08337a59bf74d49d428635 | |
parent | 8c3c1a36d3762e85a61251fe7c4c0eb04640ed19 [diff] | |
parent | cb98cf132b39aa24b7f28d085bb0a9fca984d8ba [diff] |
Merge "Extend wait time for update_drivetrain job"
diff --git a/tcp_tests/tests/system/test_mcp_update.py b/tcp_tests/tests/system/test_mcp_update.py index 1d275fe..ca68a71 100644 --- a/tcp_tests/tests/system/test_mcp_update.py +++ b/tcp_tests/tests/system/test_mcp_update.py
@@ -177,7 +177,7 @@ update_drivetrain = dt.start_job_on_jenkins( job_name=job_name, job_parameters=job_parameters, - build_timeout=90 * 60) + build_timeout=2 * 60 * 60) assert update_drivetrain == 'SUCCESS'