[PATCH] gnu: dconf: Increase test timeout further.

  • Open
  • quality assurance status badge
Details
3 participants
  • Tobias Geerinckx-Rice
  • phodina
  • Timotej Lazar
Owner
unassigned
Submitted by
Timotej Lazar
Severity
normal
T
T
Timotej Lazar wrote on 17 Aug 2021 21:31
(address . guix-patches@gnu.org)(name . Timotej Lazar)(address . timotej.lazar@araneo.si)
20210817193104.691-1-timotej.lazar@araneo.si
The “engine” test hit the previous 90 s time limit when cross-compiling on a
less powerful machine.

* gnu/packages/gnome.scm (dconf)[arguments]: Change timeout to 300 s in
'increase-test-timeout phase. Drop trailing #t.
---
gnu/packages/gnome.scm | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)

Toggle diff (16 lines)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 98c121ac22..2696c958e0 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4573,8 +4573,7 @@ and RDP protocols.")
;; much longer than the default of 30 seconds.
(substitute* "tests/meson.build"
(("test\\(unit_test\\[0\\], exe" all)
- (string-append all ", timeout : 90")))
- #t)))))
+ (string-append all ", timeout: 300"))))))))
(home-page "https://developer.gnome.org/dconf/")
(synopsis "Low-level GNOME configuration system")
(description "Dconf is a low-level configuration system. Its main purpose
--
2.32.0
P
P
phodina wrote on 30 Oct 2021 23:08
dconf: Increase test timeout further.
(name . 50099@debbugs.gnu.org)(address . 50099@debbugs.gnu.org)
CBnYEvLzVRyG3HxRKj0H-XxyFyNV-z89sv4u_Z9Q1Se3kpQQVcvUy8KTPLGXV4jjqImyrnfw_gEHsfxF4DCNqWjFND4lyBjACIU0ijaYtAM=@protonmail.com
Hi Timotej,

thanks for the patch! I was cross-compiling (x86_64 -> aarch64) the dconf package as dependency and found myself in the same position.

The tests were failing on my laptop. Increasing the timeout solves the problem.

Could I ask someone pretty please to apply it to master?

Petr
T
T
Tobias Geerinckx-Rice wrote on 31 Oct 2021 12:03
(name . 50099-done@debbugs.gnu.org)(address . 50099@debbugs.gnu.org)
87k0ht316m.fsf@nckx
Timotej, Petr,

phodina via Guix-patches via ???
Toggle quote (2 lines)
> Could I ask someone pretty please to apply it to master?

Dun. Thanks, and sorry for the delay!

Kind regards,

T G-R
-----BEGIN PGP SIGNATURE-----

iIMEARYKACsWIQT12iAyS4c9C3o4dnINsP+IT1VteQUCYX54QQ0cbWVAdG9iaWFz
LmdyAAoJEA2w/4hPVW15mbABAP5gEqglvPmdOEMqGTw40xJKTp1QUZNlp2xO1Xt5
z1CxAP43pg2obljtKeJqq3+8MQFeM9akE1d7XifDFbstQjBIDg==
=NbgA
-----END PGP SIGNATURE-----

?