From f22dc30ef05fd242e78dfc453878f70901fe48a8 Mon Sep 17 00:00:00 2001 From: Archit Tamarapu Date: Tue, 12 Aug 2025 20:56:22 +0200 Subject: [PATCH 1/3] increase renderer sanitizer job timeout to 35min --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3b3e268c4a..4ffee61b68 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -550,7 +550,7 @@ renderer-smoke-test: - .rules-merge-request-to-main needs: ["build-codec-linux-cmake"] stage: test - timeout: "30 minutes" + timeout: "35 minutes" artifacts: name: "mr-$CI_MERGE_REQUEST_IID--sha-$CI_COMMIT_SHORT_SHA--job-$CI_JOB_NAME--results" expire_in: 1 week -- GitLab From 6ca2b228dc24355ce2eeeee47f20a3e89e7be656 Mon Sep 17 00:00:00 2001 From: Archit Tamarapu Date: Wed, 13 Aug 2025 07:40:43 +0200 Subject: [PATCH 2/3] increase renderer sanitizer job timeout to 45min --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4ffee61b68..44089e1817 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -550,7 +550,7 @@ renderer-smoke-test: - .rules-merge-request-to-main needs: ["build-codec-linux-cmake"] stage: test - timeout: "35 minutes" + timeout: "45 minutes" artifacts: name: "mr-$CI_MERGE_REQUEST_IID--sha-$CI_COMMIT_SHORT_SHA--job-$CI_JOB_NAME--results" expire_in: 1 week -- GitLab From c57a1d84a721a895412f93a86327b7e40fa6d02c Mon Sep 17 00:00:00 2001 From: Archit Tamarapu Date: Wed, 13 Aug 2025 08:27:59 +0200 Subject: [PATCH 3/3] increase renderer sanitizer job timeout to 1 hour --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 44089e1817..11c26bf352 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -550,7 +550,7 @@ renderer-smoke-test: - .rules-merge-request-to-main needs: ["build-codec-linux-cmake"] stage: test - timeout: "45 minutes" + timeout: "1 hour" artifacts: name: "mr-$CI_MERGE_REQUEST_IID--sha-$CI_COMMIT_SHORT_SHA--job-$CI_JOB_NAME--results" expire_in: 1 week -- GitLab