mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-28 03:50:13 +01:00
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:
parent
7ebf7f49a0
commit
0384e96aee
1 changed files with 6 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue