mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 05:18:08 +02:00
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:
parent
aac9c74a83
commit
b978d3eb54
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue