Source: zimlib
Version: 6.1.3-4
tags: patch

Hello, looks like on some slow (emulated) qemu architectures, some test 
requires more time than 60 seconds

e.g. on Ubuntu,

https://launchpadlibrarian.net/486974914/buildlog_ubuntu-groovy-riscv64.zimlib_6.1.3-4ubuntu2_BUILDING.txt.gz
1/7 cluster  OK             83.77s

this patch makes the build succeed.

+Description: Increase a little bit the test timeout, to help slow architectures
+Author: Gianfranco Costamagna <locutusofb...@debian.org>
+Last-Update: 2020-07-03
+
+--- zimlib-6.1.3.orig/test/meson.build
++++ zimlib-6.1.3/test/meson.build
+@@ -22,7 +22,7 @@ if gtest_dep.found() and not meson.is_cr
+                               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 : 90)
+     endforeach
+ endif
+ 
diff -Nru zimlib-6.1.3/debian/patches/series zimlib-6.1.3/debian/patches/series
--- zimlib-6.1.3/debian/patches/series  2019-08-06 07:11:17.000000000 +0000
+++ zimlib-6.1.3/debian/patches/series  2020-07-03 08:11:32.000000000 +0000
@@ -0,0 +1 @@
+increase-timeout-riscv.patch

Reply via email to