From: Kunal Mehta Date: Sun, 5 Jul 2020 00:01:27 +0000 (-0700) Subject: Bump test timeout to 300 seconds X-Git-Tag: archive/raspbian/6.1.7-2+rpi1^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=d85d8b45da4f360df0280f9771f071c01dbcb7ac;p=zimlib.git Bump test timeout to 300 seconds Current timeout is too low for mipsel/mips64el buildds. Forwarded: not-needed Gbp-Pq: Name 0002-Bump-test-timeout-to-300-seconds.patch --- diff --git a/test/meson.build b/test/meson.build index e6d014d..6bfefc4 100644 --- a/test/meson.build +++ b/test/meson.build @@ -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 : 120) + test(test_name, test_exe, timeout : 300) endforeach endif