From a140ea1cedc5b979410796b13f33031c7b20671d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Michel=20D=C3=A4nzer?= Date: Wed, 5 Feb 2020 15:39:12 +0100 Subject: [PATCH] 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: --- src/gallium/drivers/llvmpipe/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2