From: Michel Dänzer Date: Wed, 5 Feb 2020 14:39:12 +0000 (+0100) Subject: llvmpipe: Bump test timeout to 180 seconds X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a140ea1cedc5b979410796b13f33031c7b20671d;p=mesa.git 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 Tested-by: Marge Bot Part-of: --- diff --git a/src/gallium/drivers/llvmpipe/meson.build b/src/gallium/drivers/llvmpipe/meson.build index 570d1b221d8..d2577418e5d 100644 --- a/src/gallium/drivers/llvmpipe/meson.build +++ b/src/gallium/drivers/llvmpipe/meson.build @@ -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