From 09a41c22ce97019a8f4745aea5e2520bc01f4d6e Mon Sep 17 00:00:00 2001 From: knj Date: Sat, 19 Nov 2022 11:21:49 +0100 Subject: [PATCH] raise timeout for complexity jobs even more --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e84c6e1039..b9d42a2f85 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -969,7 +969,7 @@ coverage-test-on-main-scheduled: - .test-job-linux-needs-testv-dir tags: - test-complexity-measurement - timeout: 5 hours + timeout: 7 hours stage: test artifacts: name: "$CI_JOB_NAME--$CI_COMMIT_REF_NAME--sha-$CI_COMMIT_SHA" @@ -1044,7 +1044,7 @@ complexity-masa-in-7_1_4-out: rules: - if: $MEASURE_COMPLEXITY_LINUX when: delayed - start_in: 13 hours + start_in: 15 hours script: - *print-common-info - *update-ltv-repo @@ -1060,7 +1060,7 @@ complexity-StereoDmxEVS-stereo-in-mono-out: rules: - if: $MEASURE_COMPLEXITY_LINUX when: delayed - start_in: 15 hours + start_in: 17 hours script: - *print-common-info - *update-ltv-repo -- GitLab