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:
Eric Engestrom
2024-08-22 22:38:04 +02:00
committed by Marge Bot
parent 4888d39f29
commit 033818fdd9

View File

@@ -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: