From 45705db96c69482bb0e2bfe3e6b85b192f06b5f4 Mon Sep 17 00:00:00 2001 From: Jeremy Bicha Date: Sun, 27 Oct 2019 12:53:09 -0400 Subject: [PATCH] tests: increase timeout to 120 seconds meson's default test timeout is 30 seconds which is a bit too slow for Debian's armel build machine. https://mesonbuild.com/Reference-manual.html#test https://buildd.debian.org/status/logs.php?pkg=babl&arch=armel Gbp-Pq: Name tests-increase-timeout.patch --- tests/meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/meson.build b/tests/meson.build index 5c68a78..56f5812 100644 --- a/tests/meson.build +++ b/tests/meson.build @@ -50,5 +50,6 @@ foreach test_name : test_names test, env: test_env, workdir: meson.current_build_dir(), + timeout: 120, ) endforeach -- 2.30.2