turnip/ci: bump the a750_vk timeout

We already managed to hit the timeout once, and since the job is manual
anyway, let's bump it generously so as to also allow for more tests
to be added without having to bump the timeout every time.

Signed-off-by: Martin Roukala (né Peres) <martin.roukala@mupuf.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29381>
This commit is contained in:
Martin Roukala (né Peres)
2024-05-24 12:12:08 +03:00
committed by Marge Bot
parent 8b6ea47020
commit fed03b9662

View File

@@ -342,10 +342,10 @@ a750_vk:
- .b2c-freedreno-vk-test
- .a750-mupuf
- .valve-freedreno-turnip-manual-rules
timeout: 45m # base runtime 36min total, 34min of testing
timeout: 60m # base runtime 36min total, 34min of testing
variables:
B2C_TIMEOUT_BOOT_MINUTES: 38
B2C_TIMEOUT_OVERALL_MINUTES: 42
B2C_TIMEOUT_BOOT_MINUTES: 52
B2C_TIMEOUT_OVERALL_MINUTES: 55
DEQP_SUITE: freedreno-a750-vk
HWCI_TEST_SCRIPT: ./install/deqp-runner.sh
B2C_JOB_SUCCESS_REGEX: '^\+ DEQP_EXITCODE=0\r$'