mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 04:48:08 +02:00
nouveau/ci: fix gk20a-gles 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: c8207158b5 ("ci/nouveau: fix up Jetson Nano")
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30800>
This commit is contained in:
parent
4888d39f29
commit
033818fdd9
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ gk20a-gles:
|
|||
variables:
|
||||
HWCI_TEST_SCRIPT: "/install/deqp-runner.sh"
|
||||
DEQP_SUITE: nouveau-gm20b
|
||||
TEST_PHASE_TIMEOUT_MINUTES: 120
|
||||
TEST_PHASE_TIMEOUT_MINUTES: 115
|
||||
|
||||
.gm20b-gles:
|
||||
extends:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue