mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-28 14:40:10 +01: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> (cherry picked from commitb978d3eb54)
This commit is contained in:
parent
b4f0699dfb
commit
369c1fd495
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue