etnaviv/ci: fix gc2000_piglit test 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: f39ffc6911 ("ci/etnaviv: Get the gc2000_piglit manual job mostly working.")
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30800>
This commit is contained in:
Eric Engestrom
2024-08-21 11:53:13 +02:00
committed by Marge Bot
parent aac9c74a83
commit b978d3eb54

View File

@@ -86,7 +86,7 @@ gc2000_piglit:
variables:
DEQP_SUITE: etnaviv-gc2000-piglit
FLAKES_CHANNEL: "#etnaviv-ci"
TEST_PHASE_TIMEOUT_MINUTES: 40
TEST_PHASE_TIMEOUT_MINUTES: 35
timeout: 40m
gc7000_gles2: