Bug#1026236: tracker: Please increase test timeouts for "riscv64" arch
Manuel A. Fernandez Montecelo
mafm at debian.org
Fri Dec 16 21:06:33 GMT 2022
Source: tracker
Version: 3.4.2-1
Severity: wishlist
Tags: ftbfs patch
User: debian-riscv at lists.debian.org
Usertags: riscv64
X-Debbugs-Cc: debian-riscv at lists.debian.org, mafm at debian.org
Hi,
I built this package with the attached changes in the .debdiff.
Basically it's setting the timeout multiplier to 3, as one of the tests (23/37:
tracker:core / service) takes around 67 seconds.
Thanks and cheers.
--
Manuel A. Fernandez Montecelo <mafm at debian.org>
-------------- next part --------------
diff -Nru tracker-3.4.2/debian/changelog tracker-3.4.2/debian/changelog
--- tracker-3.4.2/debian/changelog 2022-12-06 21:51:16.000000000 +0000
+++ tracker-3.4.2/debian/changelog 2022-12-16 15:11:36.000000000 +0000
@@ -1,3 +1,10 @@
+tracker (3.4.2-1+0.riscv64.1) unreleased; urgency=medium
+
+ * Non-maintainer upload.
+ * riscv64: test timeouts, use multiplier x3
+
+ -- Manuel A. Fernandez Montecelo <mafm at debian.org> Fri, 16 Dec 2022 15:11:36 +0000
+
tracker (3.4.2-1) unstable; urgency=medium
* New upstream release
diff -Nru tracker-3.4.2/debian/rules tracker-3.4.2/debian/rules
--- tracker-3.4.2/debian/rules 2022-12-06 21:51:16.000000000 +0000
+++ tracker-3.4.2/debian/rules 2022-12-16 15:11:36.000000000 +0000
@@ -26,4 +26,4 @@
dh_makeshlibs -V -X/usr/lib/$(DEB_HOST_MULTIARCH)/tracker-3.0/ -- -c4
override_dh_auto_test:
- dbus-run-session -- dh_auto_test --no-parallel
+ dbus-run-session -- dh_auto_test --no-parallel -- --timeout-multiplier 3
More information about the pkg-gnome-maintainers
mailing list