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:
Michel Dänzer 2020-02-05 15:39:12 +01:00 committed by Marge Bot
parent 4aa7af9e9a
commit a140ea1ced

View file

@ -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