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:
Adam Jackson
2021-03-30 10:58:05 -04:00
parent 70066fb036
commit f181e61375
+1 -1
View File
@@ -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