mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-02 07:20:16 +01:00
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:
parent
f775873f81
commit
3e4541bb56
1 changed files with 6 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue