v3dv/ci: increase timeout for full jobs in 30min

Reached the maximum execution time in a couple of jobs.

Reviewed-by: Eric Engestrom <eric@igalia.com>
Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27190>
This commit is contained in:
Juan A. Suarez Romero 2024-01-22 11:57:10 +01:00 committed by Marge Bot
parent 7ebf7f49a0
commit 0384e96aee

View file

@ -81,9 +81,10 @@ v3dv-rpi4-vk-full:arm64:
- igalia-rpi4
- igalia-fullrun
parallel: 6
timeout: 1h 30m
timeout: 2h
variables:
TEST_PHASE_TIMEOUT: 180
# Keep 10 minutes for boot + setup + uploading the artifacts at the end
TEST_PHASE_TIMEOUT: 110
DEQP_FRACTION: 1
@ -103,7 +104,8 @@ v3dv-rpi5-vk-full:arm64:
extends:
- .v3dv-rpi5-vk:arm64
- .v3dv-manual-rules
timeout: 2h 30m
timeout: 3h
variables:
TEST_PHASE_TIMEOUT: 180
# Keep 10 minutes for boot + setup + uploading the artifacts at the end
TEST_PHASE_TIMEOUT: 170
DEQP_FRACTION: 1