Mesa (master): llvmpipe: Bump test timeout to 180 seconds

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Feb 6 10:08:13 UTC 2020


Module: Mesa
Branch: master
Commit: a140ea1cedc5b979410796b13f33031c7b20671d
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=a140ea1cedc5b979410796b13f33031c7b20671d

Author: Michel Dänzer <mdaenzer at redhat.com>
Date:   Wed Feb  5 15:39:12 2020 +0100

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

---

 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



More information about the mesa-commit mailing list