aboutsummaryrefslogtreecommitdiffstats
path: root/x11/pixman/files/patch-test_meson.build
blob: b7b3829b3ac71cb64667a850a8b7f907aadb8b14 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- test/meson.build.orig	2024-12-03 03:51:09 UTC
+++ test/meson.build
@@ -75,8 +75,8 @@ foreach t : tests
       [t + '.c', config_h],
       dependencies : [idep_pixman, libtestutils_dep, dep_threads, dep_openmp, dep_png],
     ),
-    timeout : 120,
-    is_parallel : true,
+    timeout : 600,
+    is_parallel : get_option('openmp').disabled(),
   )
 endforeach