From 4888d39f29ae84dd279f2bd4714eb0f6e8ba5d20 Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Thu, 22 Aug 2024 22:32:56 +0200 Subject: [PATCH] freedreno/ci: fix a630_*_full tests timeout Setting it to the same value as (or higher than) the job timeout effectively bypasses the safety mechanism. Let's change it to `job timeout - 5min`. Fixes: e61b423074bc77438a80 ("ci/turnip: Extend a630 vk full timeout to 3 hours.") Part-of: --- src/freedreno/ci/gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/freedreno/ci/gitlab-ci.yml b/src/freedreno/ci/gitlab-ci.yml index 8a562daf323..a0a592dee67 100644 --- a/src/freedreno/ci/gitlab-ci.yml +++ b/src/freedreno/ci/gitlab-ci.yml @@ -263,7 +263,7 @@ a630_vk_full: parallel: 2 variables: DEQP_SUITE: freedreno-a630-vk-full - TEST_PHASE_TIMEOUT_MINUTES: 180 + TEST_PHASE_TIMEOUT_MINUTES: 175 a630_vk_asan: extends: @@ -296,7 +296,7 @@ a630_piglit_full: variables: HWCI_START_WESTON: 1 DEQP_SUITE: freedreno-a630-piglit-full - TEST_PHASE_TIMEOUT_MINUTES: 60 + TEST_PHASE_TIMEOUT_MINUTES: 55 a630-traces: extends: