guix-commits
[Top][All Lists]
Advanced

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

02/05: guix: tests: Increase timeout for test store connection.


From: guix-commits
Subject: 02/05: guix: tests: Increase timeout for test store connection.
Date: Thu, 1 Aug 2024 05:50:28 -0400 (EDT)

cbaines pushed a commit to branch master
in repository guix.

commit b4206a08badcc1b1fb276c09665ba481171d5cb3
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Tue Jul 30 11:13:01 2024 +0100

    guix: tests: Increase timeout for test store connection.
    
    THe gexp->derivation, store copy test involves building derivations which
    compile a bunch of Guile code, which can be quite slow on slow platforms 
like
    riscv64-linux.
    
    * guix/tests.scm (open-connection-for-tests): Increase #:timeout to 10
    minutes.
    
    Change-Id: Iccfd976ce21a8902d776b36f17f5fb91b957d90d
---
 guix/tests.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/guix/tests.scm b/guix/tests.scm
index 8f6d040f1f..5a314eb395 100644
--- a/guix/tests.scm
+++ b/guix/tests.scm
@@ -86,11 +86,11 @@
              #f))
     (let ((store (open-connection uri)))
       ;; Make sure we build everything by ourselves.  When we build something,
-      ;; it should take at most 5 minutes.
+      ;; it should take at most 10 minutes.
       (set-build-options store
                          #:use-substitutes? #f
                          #:substitute-urls (%test-substitute-urls)
-                         #:timeout (* 5 60))
+                         #:timeout (* 10 60))
 
       ;; Use the bootstrap Guile when running tests, so we don't end up
       ;; building everything in the temporary test store.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]