ci: Bump the llvmpipe test timeout to 240 seconds
lp_test_blend occasionally exceeds this on s390x, but we don't really want to lose what little (hah) big-endian coverage we have. Related: mesa/mesa#3437 Acked-by: Daniel Stone <daniels@collabora.com> Reviewed-by: Eric Anholt <eric@anholt.net> Reviewed-by: Michel Dänzer <mdaenzer@redhat.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9921>
This commit is contained in:
@@ -128,7 +128,7 @@ if with_tests and with_gallium_softpipe and draw_with_llvm
|
||||
),
|
||||
suite : ['llvmpipe'],
|
||||
should_fail : meson.get_cross_property('xfail', '').contains(t),
|
||||
timeout: 180,
|
||||
timeout: 240,
|
||||
)
|
||||
endforeach
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user