summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Bicha <jbicha@debian.org>2019-10-27 12:53:09 -0400
committerSimon McVittie <smcv@debian.org>2023-11-15 12:09:11 +0000
commitdeb44adac4183556860ee888599dd354744838b0 (patch)
tree362f9642e14e47d10f4cbcfef62496214a9ddda1
parent7f31f4ccd2308834b632daf710ae4d23cf7e64ab (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 7c67e70..c8f0e51 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -51,5 +51,6 @@ foreach test_name : test_names
test,
env: test_env,
workdir: meson.current_build_dir(),
+ timeout: 120,
)
endforeach