v3dv/ci: fix test timeout for v3dv-rpi5-vk-full:arm64
It was set to 170min, which made sense when the job timeout was 3h, but then4bb564f40d
("broadcom/ci: add more jobs to test with rpi5") lowered the job timeout to 2h without lowering the test timeout to match. Fixes:4bb564f40d
("broadcom/ci: add more jobs to test with rpi5") Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30800>
This commit is contained in:

committed by
Marge Bot

parent
e5852bd41f
commit
aac9c74a83
@@ -224,6 +224,6 @@ v3dv-rpi5-vk-full:arm64:
|
||||
timeout: 2h
|
||||
variables:
|
||||
# Keep 10 minutes for boot + setup + uploading the artifacts at the end
|
||||
TEST_PHASE_TIMEOUT_MINUTES: 170
|
||||
TEST_PHASE_TIMEOUT_MINUTES: 110
|
||||
DEQP_FRACTION: 1
|
||||
BM_BOOTFS: /boot/raspberrypi_arm64_no2712
|
||||
|
Reference in New Issue
Block a user