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
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