summaryrefslogtreecommitdiff
path: root/patches/xserver-meson/0001-meson-Increase-timeout-for-tests.patch
blob: 0544f790a07ded791b56bbabf4c4e25f4387083d (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
40
41
From 15e82789e7320584db64794cc305fc548a030f78 Mon Sep 17 00:00:00 2001
From: Jon Turney <jon.turney@dronecode.org.uk>
Date: Thu, 14 Mar 2019 22:48:36 +0000
Subject: [PATCH xserver] meson: Increase timeout for tests

Increase timeout for various tests
---
 test/meson.build | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/test/meson.build b/test/meson.build
index 213938311..35c77bfea 100644
--- a/test/meson.build
+++ b/test/meson.build
@@ -66,6 +66,7 @@ if get_option('xvfb')
                      xvfb_args,
                  ],
                  suite: 'xvfb',
+                 timeout: 1200,
                  is_parallel: false,
                 )
         endforeach
@@ -96,7 +97,7 @@ if get_option('xvfb')
                             xvfb_args,
                            ],
                      suite: 'xephr-glamor',
-                     timeout: 300,
+                     timeout: 1200,
                      is_parallel: false,
                     )
             endforeach
@@ -175,5 +176,5 @@ if build_xorg
          link_with: xorg_link,
     )
 
-    test('unit', unit, is_parallel: false)
+    test('unit', unit, is_parallel: false, timeout: 240)
 endif
-- 
2.17.0