[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

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



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@lists.debian.org
Usertags: riscv64
X-Debbugs-Cc: i@hack3r.moe, debian-riscv@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
Description: Extend js-tests timeout to fix FTBFS on many platforms
Author: Eric Long <i@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
 )

Reply to: