* [bug#50099] [PATCH] gnu: dconf: Increase test timeout further.
@ 2021-08-17 19:31 Timotej Lazar
2021-10-30 21:08 ` [bug#50099] " phodina via Guix-patches via
0 siblings, 1 reply; 3+ messages in thread
From: Timotej Lazar @ 2021-08-17 19:31 UTC (permalink / raw)
To: 50099; +Cc: Timotej Lazar
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(-)
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
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [bug#50099] dconf: Increase test timeout further.
2021-08-17 19:31 [bug#50099] [PATCH] gnu: dconf: Increase test timeout further Timotej Lazar
@ 2021-10-30 21:08 ` phodina via Guix-patches via
2021-10-31 11:03 ` Tobias Geerinckx-Rice via Guix-patches via
0 siblings, 1 reply; 3+ messages in thread
From: phodina via Guix-patches via @ 2021-10-30 21:08 UTC (permalink / raw)
To: 50099@debbugs.gnu.org
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
^ permalink raw reply [flat|nested] 3+ messages in thread
* [bug#50099] dconf: Increase test timeout further.
2021-10-30 21:08 ` [bug#50099] " phodina via Guix-patches via
@ 2021-10-31 11:03 ` Tobias Geerinckx-Rice via Guix-patches via
0 siblings, 0 replies; 3+ messages in thread
From: Tobias Geerinckx-Rice via Guix-patches via @ 2021-10-31 11:03 UTC (permalink / raw)
To: phodina, Timotej Lazar; +Cc: 50099-done@debbugs.gnu.org
[-- Attachment #1: Type: text/plain, Size: 186 bytes --]
Timotej, Petr,
phodina via Guix-patches via 写道:
> Could I ask someone pretty please to apply it to master?
Dun. Thanks, and sorry for the delay!
Kind regards,
T G-R
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2021-10-31 11:05 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-08-17 19:31 [bug#50099] [PATCH] gnu: dconf: Increase test timeout further Timotej Lazar
2021-10-30 21:08 ` [bug#50099] " phodina via Guix-patches via
2021-10-31 11:03 ` Tobias Geerinckx-Rice via Guix-patches via
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.