From f181e613750386ba8b3b298de78dc59fe7600b22 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Tue, 30 Mar 2021 10:58:05 -0400 Subject: [PATCH] ci: Bump the llvmpipe test timeout to 240 seconds MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-by: Eric Anholt Reviewed-by: Michel Dänzer 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 724c9c277a7..777830ace92 100644 --- a/src/gallium/drivers/llvmpipe/meson.build +++ b/src/gallium/drivers/llvmpipe/meson.build @@ -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