summaryrefslogtreecommitdiff
path: root/patches/mesa-mesa/0001-meson-Increase-timeout-for-glcpp-tests.patch
blob: cb08926a42cff1e9325c4d3d7d051b5c7f7448a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
From 5facfdc02085d166fe69f93f0eaad02018732b2e Mon Sep 17 00:00:00 2001
From: Jon Turney <jon.turney@dronecode.org.uk>
Date: Thu, 14 Mar 2019 00:15:47 +0000
Subject: [PATCH] meson: Increase timeout for glcpp tests

These take a little while, and can exceed the default 30s timeout on
slow hardware.
---
 src/compiler/glsl/glcpp/meson.build      | 1 +
 src/gallium/drivers/llvmpipe/meson.build | 1 +
 2 files changed, 2 insertions(+)

diff --git a/src/compiler/glsl/glcpp/meson.build b/src/compiler/glsl/glcpp/meson.build
index 677baf1df10..5c0de869094 100644
--- a/src/compiler/glsl/glcpp/meson.build
+++ b/src/compiler/glsl/glcpp/meson.build
@@ -71,6 +71,7 @@ if with_any_opengl and with_tests
         '--@0@'.format(m),
       ],
       suite : ['compiler', 'glcpp'],
+      timeout : 120,
     )
   endforeach
 endif
diff --git a/src/gallium/drivers/llvmpipe/meson.build b/src/gallium/drivers/llvmpipe/meson.build
index 51562b10dc7..cfba38070c2 100644
--- a/src/gallium/drivers/llvmpipe/meson.build
+++ b/src/gallium/drivers/llvmpipe/meson.build
@@ -121,6 +121,7 @@ if with_tests and with_gallium_softpipe and with_llvm
         link_with : [libllvmpipe, libgallium, libmesa_util],
       ),
       suite : ['llvmpipe'],
+      timeout : 120,
     )
   endforeach
 endif
-- 
2.17.0