Bump test timeout to 300 seconds
authorKunal Mehta <legoktm@debian.org>
Sun, 5 Jul 2020 00:01:27 +0000 (17:01 -0700)
committerKunal Mehta <legoktm@debian.org>
Tue, 7 Jul 2020 23:38:35 +0000 (00:38 +0100)
Current timeout is too low for mipsel/mips64el buildds.

Forwarded: not-needed

Gbp-Pq: Name 0002-Bump-test-timeout-to-300-seconds.patch

test/meson.build

index e6d014d11b295d19dd1d503d3c181451934d73ed..6bfefc439b89c454b698aa7c42aef6f8c82076d2 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 : 120)
+        test(test_name, test_exe, timeout : 300)
     endforeach
 endif