guix-commits
[Top][All Lists]
Advanced

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

branch master updated: ci: Raise max-silent-time to 3600.


From: guix-commits
Subject: branch master updated: ci: Raise max-silent-time to 3600.
Date: Fri, 29 Jan 2021 04:04:40 -0500

This is an automated email from the git hooks/post-receive script.

mothacehe pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new b54523a  ci: Raise max-silent-time to 3600.
b54523a is described below

commit b54523ad32c9c61108c6c099e22ce017feb78934
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Fri Jan 29 10:03:20 2021 +0100

    ci: Raise max-silent-time to 3600.
    
    * gnu/ci.scm (image-jobs, system-test-jobs): Raise max-silent-time to 3600
    seconds.
---
 gnu/ci.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/ci.scm b/gnu/ci.scm
index 858b6bf..736a133 100644
--- a/gnu/ci.scm
+++ b/gnu/ci.scm
@@ -234,7 +234,7 @@ passing the PERIOD argument."
 system.")
       (license . ,(license-name gpl3+))
       (period . ,(hours 48))
-      (max-silent-time . 600)
+      (max-silent-time . 3600)
       (timeout . 3600)
       (home-page . ,%guix-home-page-url)
       (maintainers . ("bug-guix@gnu.org"))))
@@ -349,7 +349,7 @@ system.")
         (long-description . ,(system-test-description test))
         (license . ,(license-name gpl3+))
         (period . ,(hours 48))
-        (max-silent-time . 600)
+        (max-silent-time . 3600)
         (timeout . 3600)
         (home-page . ,%guix-home-page-url)
         (maintainers . ("bug-guix@gnu.org")))))



reply via email to

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