From aa6ca4e4aaa798eb74b837610d27b0f6b54f271f Mon Sep 17 00:00:00 2001 From: Tapani Pihlajakuja Date: Mon, 25 Sep 2023 09:31:34 +0300 Subject: [PATCH] Increase coverage timeout --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6810898e3e..8e95420bea 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1476,7 +1476,7 @@ coverage-test-on-main-scheduled: rules: # only run in scheduled pipeline that passes this env vars - if: $COVERAGE_TEST - timeout: 2 hours + timeout: 4 hours script: - *print-common-info - *update-ltv-repo -- GitLab