From unknown Fri Jun 13 10:38:06 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#50099 <50099@debbugs.gnu.org> To: bug#50099 <50099@debbugs.gnu.org> Subject: Status: [PATCH] gnu: dconf: Increase test timeout further. Reply-To: bug#50099 <50099@debbugs.gnu.org> Date: Fri, 13 Jun 2025 17:38:06 +0000 retitle 50099 [PATCH] gnu: dconf: Increase test timeout further. reassign 50099 guix-patches submitter 50099 Timotej Lazar severity 50099 normal tag 50099 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Tue Aug 17 15:32:09 2021 Received: (at submit) by debbugs.gnu.org; 17 Aug 2021 19:32:09 +0000 Received: from localhost ([127.0.0.1]:54157 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mG4of-0008WG-Bv for submit@debbugs.gnu.org; Tue, 17 Aug 2021 15:32:09 -0400 Received: from lists.gnu.org ([209.51.188.17]:57384) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mG4oZ-0008Vm-Q8 for submit@debbugs.gnu.org; Tue, 17 Aug 2021 15:32:04 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:50584) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mG4oZ-00083i-4U for guix-patches@gnu.org; Tue, 17 Aug 2021 15:31:59 -0400 Received: from araneo.si ([90.157.193.204]:43356) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mG4oW-0002ia-TK for guix-patches@gnu.org; Tue, 17 Aug 2021 15:31:58 -0400 Received: from araneo.si (localhost.lan [127.0.0.1]) by araneo.si (OpenSMTPD) with ESMTP id a4840f87 for ; Tue, 17 Aug 2021 19:31:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=araneo.si; h=from:to:cc :subject:date:message-id:mime-version:content-type :content-transfer-encoding; s=20180623; bh=bdk2tgH62X6SRo5K20nIN 39IaKA=; b=PXR6BoDc/WFM05OWj+fOQ6tJJaiPOpoJF6Hm+8Swi0PQO92NIz4IQ UhlYr9S7onMcuC/pGI36TPkAaCPN1oWaCYUe9PlGQiCk2/FE22JsF4Yy4MiTnadf Vth3YvpnGlykDSnPMdYnHsqwUto2vuhD+8Q9Gu7XdRgICB/yRaDlsl9wIfezowZF hS29MpFLI6aXU8Y6mMCtY9A2pSrBWovpiztFaSfvn6NLpIKP5Jzp6HZTgh1wr2SR PttXBEfirt40fDCYhvm5wvO9Tgq1OIAG8Yqf6vvnDmzfNrq2g6zj4Ubii1t8OuZV URAe1Vd2kt8t9ZcdmdOsWTobiZSIIGxWA== Received: by araneo.si (OpenSMTPD) with ESMTPSA id adc9ac83 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Tue, 17 Aug 2021 19:31:50 +0000 (UTC) From: Timotej Lazar To: guix-patches@gnu.org Subject: [PATCH] gnu: dconf: Increase test timeout further. Date: Tue, 17 Aug 2021 21:31:04 +0200 Message-Id: <20210817193104.691-1-timotej.lazar@araneo.si> X-Mailer: git-send-email 2.32.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=90.157.193.204; envelope-from=timotej.lazar@araneo.si; helo=araneo.si X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit Cc: Timotej Lazar X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) 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 From debbugs-submit-bounces@debbugs.gnu.org Sat Oct 30 17:08:39 2021 Received: (at 50099) by debbugs.gnu.org; 30 Oct 2021 21:08:39 +0000 Received: from localhost ([127.0.0.1]:58537 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mgvah-0002IR-8W for submit@debbugs.gnu.org; Sat, 30 Oct 2021 17:08:39 -0400 Received: from mail-4316.protonmail.ch ([185.70.43.16]:33115) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mgvaf-0002IE-6A for 50099@debbugs.gnu.org; Sat, 30 Oct 2021 17:08:38 -0400 Date: Sat, 30 Oct 2021 21:08:28 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail; t=1635628110; bh=RGD6mwWUVte+IInAP9nBvjUBdnwaomwDJw6omLuwcmU=; h=Date:To:From:Reply-To:Subject:From; b=orxRK53ReOimGlFLYz1jzMpQDEfGjDci5Ia4Y0jXnVkFTNgTtOpSHEwQ2heH45owF UbxmB647XGuTEukuqKGmGAES8wi9gqv8Ek2if56P0/K3crzSomjJQ2fvDuTF/Vx/mQ qqKvfQ0v8dYVMQKYGgjHPMwrBmK3cWyEGnVV2dPY= To: "50099@debbugs.gnu.org" <50099@debbugs.gnu.org> From: phodina Subject: dconf: Increase test timeout further. Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-1.2 required=10.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM shortcircuit=no autolearn=disabled version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on mailout.protonmail.ch X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 50099 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: phodina Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Hi Timotej, thanks for the patch! I was cross-compiling (x86_64 -> aarch64) the dconf p= ackage as dependency and found myself in the same position. The tests were failing on my laptop. Increasing the timeout solves the prob= lem. Could I ask someone pretty please to apply it to master? Petr From debbugs-submit-bounces@debbugs.gnu.org Sun Oct 31 07:04:41 2021 Received: (at 50099) by debbugs.gnu.org; 31 Oct 2021 11:04:41 +0000 Received: from localhost ([127.0.0.1]:59111 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mh8dl-0002uo-4i for submit@debbugs.gnu.org; Sun, 31 Oct 2021 07:04:41 -0400 Received: from tobias.gr ([80.241.217.52]:55100) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mh8di-0002ue-UR for 50099@debbugs.gnu.org; Sun, 31 Oct 2021 07:04:39 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; s=2018; bh=YfXqxw86RN582 UT1KyFjYeoVQfTDDdGRdEMyTKrdSmU=; h=in-reply-to:date:subject:cc:to: from:references; d=tobias.gr; b=ebbzZQ8/jnwgl+YFQOrwF6HDU8uI9rHWiQioVk ohj6oIaP/mu3Qt0jAaDeI9uqYZ3oDwIXINsiOxQQsKQBcjCWW3RHpdsa7tFGSU1YHYzYJ8 SfkoRkR4D6MThzL4qPtvUN5Vf/cy9lrK+4YaFfyWD7HDUoLG7+6rBPRIAwqPK7gPUlvDW0 e5PrWEeCHFCa1TyllamPUXwkuAmI3Xyg4q7ygl/IO/Yoh3U9NZi0xfsmr9O3xdK/TQIu1s DJpjztihuItMR+/HM1kCe2mZqDqx3PeroaCYk0CVOCgYxDIrsi0uFV6gcVgNKp4yqvdwpl g/i7Ks/rQkpuCQfC5AKP7b4g== Received: by submission.tobias.gr (OpenSMTPD) with ESMTPSA id 2b3fb645 (TLSv1.3:AEAD-AES256-GCM-SHA384:256:NO); Sun, 31 Oct 2021 11:04:31 +0000 (UTC) References: <20210817193104.691-1-timotej.lazar@araneo.si> From: Tobias Geerinckx-Rice To: phodina , Timotej Lazar Subject: Re: [bug#50099] dconf: Increase test timeout further. Date: Sun, 31 Oct 2021 12:03:30 +0100 In-reply-to: BIMI-Selector: v=BIMI1; s=default; Message-ID: <87k0ht316m.fsf@nckx> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 50099 Cc: "50099-done@debbugs.gnu.org" <50099@debbugs.gnu.org> X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) --=-=-= Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable Timotej, Petr, phodina via Guix-patches via =E5=86=99=E9=81=93=EF=BC=9A > Could I ask someone pretty please to apply it to master? Dun. Thanks, and sorry for the delay! Kind regards, T G-R --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iIMEARYKACsWIQT12iAyS4c9C3o4dnINsP+IT1VteQUCYX54QQ0cbWVAdG9iaWFz LmdyAAoJEA2w/4hPVW15mbABAP5gEqglvPmdOEMqGTw40xJKTp1QUZNlp2xO1Xt5 z1CxAP43pg2obljtKeJqq3+8MQFeM9akE1d7XifDFbstQjBIDg== =NbgA -----END PGP SIGNATURE----- --=-=-=--