Update meson.build, increase test timeout (#361)
authorGianfranco Costamagna <costamagnagianfranco@yahoo.it>
Sat, 4 Jul 2020 08:39:46 +0000 (10:39 +0200)
committerKunal Mehta <legoktm@debian.org>
Tue, 7 Jul 2020 23:38:35 +0000 (00:38 +0100)
This allows slow architectures such as emulated riscv64 in Ubuntu to successfully finish the build process.
https://launchpad.net/ubuntu/+source/zimlib/6.1.3-4ubuntu2

also, please have a look at:
https://bugs.debian.org/964196
containing more details on the issue

Origin: https://github.com/openzim/libzim/commit/27182c3ed2cc5431ecf5baf405d8f9d512e8c2c0

Gbp-Pq: Name 0001-Update-meson.build-increase-test-timeout-361.patch

test/meson.build

index d77222f312e9c92fcf120261c7af215dbf701fa9..e6d014d11b295d19dd1d503d3c181451934d73ed 100644 (file)
@@ -23,7 +23,7 @@ if gtest_dep.found() and not meson.is_cross_build()
                               link_args: extra_link_args,
                               dependencies : deps + [gtest_dep],
                               build_rpath : '$ORIGIN')
-        test(test_name, test_exe, timeout : 60)
+        test(test_name, test_exe, timeout : 120)
     endforeach
 endif