mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 07:18:17 +02:00
llvmpipe: Bump test timeout to 180 seconds
120 still wasn't always enough for the s390x cross-build job, see e.g. https://gitlab.freedesktop.org/mesa/mesa/-/jobs/1551685 Reviewed-by: Daniel Stone <daniels@collabora.com> Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3715> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3715>
This commit is contained in:
parent
4aa7af9e9a
commit
a140ea1ced
1 changed files with 1 additions and 1 deletions
|
|
@ -126,7 +126,7 @@ if with_tests and with_gallium_softpipe and with_llvm
|
|||
),
|
||||
suite : ['llvmpipe'],
|
||||
should_fail : meson.get_cross_property('xfail', '').contains(t),
|
||||
timeout: 120,
|
||||
timeout: 180,
|
||||
)
|
||||
endforeach
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue