radv/ci: reduce the timeout of vkcts-tahiti to a more sensible time

The current runtime is just over 33 minutes, so no need for
multi-hour-long timeouts.

Signed-off-by: Martin Roukala (né Peres) <martin.roukala@mupuf.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33563>
This commit is contained in:
Martin Roukala (né Peres)
2025-02-15 15:01:38 +02:00
committed by Marge Bot
parent 3f3a5d8068
commit f4b1d62f00
+3 -3
View File
@@ -195,11 +195,11 @@ vkcts-tahiti-valve:
- .vkcts-test-valve
- .tahiti-test-valve
- .radv-valve-manual-rules # Make sure this job is *always* run manually
timeout: 6h
timeout: 1h
variables:
GPU_VERSION: radv-tahiti-aco
B2C_TIMEOUT_BOOT_MINUTES: 350
B2C_TIMEOUT_OVERALL_MINUTES: 350
B2C_TIMEOUT_BOOT_MINUTES: 50
B2C_TIMEOUT_OVERALL_MINUTES: 50
B2C_TIMEOUT_BOOT_RETRIES: 0
vkcts-polaris10-valve: