radv/ci: adjust timeouts for Vega10 and Renoir

With latest CTS it takes much more time.

Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21390>
This commit is contained in:
Samuel Pitoiset 2023-02-17 18:14:09 +01:00 committed by Marge Bot
parent f775873f81
commit 3e4541bb56

View file

@ -306,17 +306,22 @@ vkcts-vega10-valve:
- .vkcts-test-valve
- .vega10-test-valve
- .radv-valve-manual-rules
timeout: 1h 15m
variables:
GPU_VERSION: radv-vega10-aco
B2C_TIMEOUT_BOOT_MINUTES: 70
B2C_TIMEOUT_OVERALL_MINUTES: 70
vkcts-renoir-valve:
extends:
- .vkcts-test-valve
- .renoir-test-valve
- .radv-valve-manual-rules
timeout: 2h 10m
timeout: 2h 15m
variables:
GPU_VERSION: radv-renoir-aco
B2C_TIMEOUT_BOOT_MINUTES: 130
B2C_TIMEOUT_OVERALL_MINUTES: 130
vkcts-navi10-valve:
extends: