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: e61b423074 ("ci/turnip: Extend a630 vk full timeout to 3 hours.")
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30800>
This commit is contained in:
Eric Engestrom
2024-08-22 22:32:56 +02:00
committed by Marge Bot
parent b978d3eb54
commit 4888d39f29

View File

@@ -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: