tests: increase timeout to 120 seconds
authorJeremy Bicha <jbicha@debian.org>
Sun, 27 Oct 2019 16:53:09 +0000 (12:53 -0400)
committerJeremy Bícha <jbicha@ubuntu.com>
Thu, 29 May 2025 12:23:23 +0000 (08:23 -0400)
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

index b562d3722fefec3d1804b93367f8b6ebb023e951..149ca42c259cdc02a75e88ae4e7fffd603ea093c 100644 (file)
@@ -52,5 +52,6 @@ foreach test_name : test_names
     test,
     env: test_env,
     workdir: meson.current_build_dir(),
+    timeout: 120,
   )
 endforeach