ci: Raise max-silent-time to 3600.

* gnu/ci.scm (image-jobs, system-test-jobs): Raise max-silent-time to 3600
seconds.
This commit is contained in:
Mathieu Othacehe 2021-01-29 10:03:20 +01:00
parent 5c8765e989
commit b54523ad32
No known key found for this signature in database
GPG key ID: 8354763531769CA6

View file

@ -234,7 +234,7 @@ (define (->alist drv)
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 @@ (define drv
(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")))))