summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Bicha <jbicha@debian.org>2019-10-27 12:53:09 -0400
committerJeremy Bicha <jbicha@debian.org>2020-06-13 16:36:03 +0100
commit607df61bb5643a79e027b5590f1c47355be965b4 (patch)
treede4ab36034774ba150c8dd75ec12be1f824c9a50
parent22d734b6de1d692f861167692ab99dc05f395a42 (diff)
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
-rw-r--r--tests/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/meson.build b/tests/meson.build
index 4431ed8..24da55a 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -52,5 +52,6 @@ foreach test_name : test_names
test,
env: test_env,
workdir: meson.current_build_dir(),
+ timeout: 120,
)
endforeach