mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-06 08:50:09 +01:00
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> (cherry picked from commitaac9c74a83)
This commit is contained in:
parent
a7b7b8753a
commit
b4f0699dfb
2 changed files with 2 additions and 2 deletions
|
|
@ -404,7 +404,7 @@
|
|||
"description": "v3dv/ci: fix test timeout for v3dv-rpi5-vk-full:arm64",
|
||||
"nominated": true,
|
||||
"nomination_type": 1,
|
||||
"resolution": 0,
|
||||
"resolution": 1,
|
||||
"main_sha": null,
|
||||
"because_sha": "4bb564f40dc1ba758c40b5c3a019ad0dc36f9406",
|
||||
"notes": null
|
||||
|
|
|
|||
|
|
@ -194,5 +194,5 @@ v3dv-rpi5-vk-full:arm64:
|
|||
timeout: 2h
|
||||
variables:
|
||||
# Keep 10 minutes for boot + setup + uploading the artifacts at the end
|
||||
TEST_PHASE_TIMEOUT: 170
|
||||
TEST_PHASE_TIMEOUT: 110
|
||||
DEQP_FRACTION: 1
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue