Bug#1021992: geary: FTBFS on mipsel, riscv64 (test timeout)

Eric Long i at hack3r.moe
Tue Oct 18 14:01:50 BST 2022


Source: geary
Version: 43.0-1
Severity: important
Tags: ftbfs patch
Justification: fails to build from source (but built successfully in the past)
User: debian-riscv at lists.debian.org
Usertags: riscv64
X-Debbugs-Cc: i at hack3r.moe, debian-riscv at lists.debian.org

Dear maintainers,

geary failed to build on mipsel and riscv64 due to js-tests timeout. armhf also
timed out along with another test failure, which may be solved separately.

I've attached a patch that extends the timeout to 100s so that the test will
pass. If more help is needed, please let me know.

Cheers,
Eric
-------------- next part --------------
Description: Extend js-tests timeout to fix FTBFS on many platforms
Author: Eric Long <i at hack3r.moe>
Last-Update: 2022-10-18

--- a/test/meson.build
+++ b/test/meson.build
@@ -212,5 +212,6 @@
 test(
   'js-tests',
   test_js_bin,
-  depends: [ client_lib, web_process ]
+  depends: [ client_lib, web_process ],
+  timeout: 100
 )


More information about the pkg-gnome-maintainers mailing list