summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorMathieu Othacehe <othacehe@gnu.org>2021-01-29 10:03:20 +0100
committerMathieu Othacehe <othacehe@gnu.org>2021-01-29 10:04:33 +0100
commitb54523ad32c9c61108c6c099e22ce017feb78934 (patch)
treeb92788105fadf3a238658ac663d27d4a731f9a35 /gnu
parent5c8765e9898f0cfc51d34bf9602725840af6eabb (diff)
downloadguix-b54523ad32c9c61108c6c099e22ce017feb78934.tar.gz
ci: Raise max-silent-time to 3600.
* gnu/ci.scm (image-jobs, system-test-jobs): Raise max-silent-time to 3600
seconds.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/ci.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/ci.scm b/gnu/ci.scm
index 858b6bf520..736a133fc4 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")))))