llvmpipe: Bump test timeout to 180 seconds
authorMichel Dänzer <mdaenzer@redhat.com>
Wed, 5 Feb 2020 14:39:12 +0000 (15:39 +0100)
committerMarge Bot <eric+marge@anholt.net>
Thu, 6 Feb 2020 09:41:28 +0000 (09:41 +0000)
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>

src/gallium/drivers/llvmpipe/meson.build

index 570d1b221d8d3f20dec589032da2df3978ca6fc9..d2577418e5d1e6a0015d3e67358c70ec72bec65a 100644 (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