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>
(cherry picked from commit b978d3eb54)
This commit is contained in:
Eric Engestrom 2024-08-21 11:53:13 +02:00 committed by Eric Engestrom
parent b4f0699dfb
commit 369c1fd495
2 changed files with 2 additions and 2 deletions

View file

@ -394,7 +394,7 @@
"description": "etnaviv/ci: fix gc2000_piglit test timeout",
"nominated": true,
"nomination_type": 1,
"resolution": 0,
"resolution": 1,
"main_sha": null,
"because_sha": "f39ffc69110d1da0d87f970bc87802ca81ce9fa9",
"notes": null

View file

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