nvk/ci: bump vkcts job timeout

It looks like the job is now taking roughly 20 more minutes than it was
when it was introduced, likely because of the new extensions enabling
more tests to run.

Adding 30min extra margin to avoid having to do this again in a couple
of months, and this is a nightly job anyway so we don't care about
risking having a hung machine for a few more minutes.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30458>
This commit is contained in:
Eric Engestrom 2024-08-01 07:49:11 +02:00 committed by Marge Bot
parent 14c82207a4
commit 73487c13ad

View file

@ -7,7 +7,7 @@ nvk-ga106-vkcts-valve:
- .nvk-vkcts
- .nvk-ga106-valve
- .nvk-valve-manual-rules
timeout: 70m # job runtime 52min, test runtime 50min
timeout: 120m # current runtime is ~70min
variables:
B2C_TIMEOUT_BOOT_MINUTES: 60
B2C_TIMEOUT_OVERALL_MINUTES: 65
B2C_TIMEOUT_BOOT_MINUTES: 110
B2C_TIMEOUT_OVERALL_MINUTES: 115