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:
parent
5c8765e989
commit
b54523ad32
1 changed files with 2 additions and 2 deletions
|
@ -234,7 +234,7 @@ passing the PERIOD argument."
|
||||||
system.")
|
system.")
|
||||||
(license . ,(license-name gpl3+))
|
(license . ,(license-name gpl3+))
|
||||||
(period . ,(hours 48))
|
(period . ,(hours 48))
|
||||||
(max-silent-time . 600)
|
(max-silent-time . 3600)
|
||||||
(timeout . 3600)
|
(timeout . 3600)
|
||||||
(home-page . ,%guix-home-page-url)
|
(home-page . ,%guix-home-page-url)
|
||||||
(maintainers . ("bug-guix@gnu.org"))))
|
(maintainers . ("bug-guix@gnu.org"))))
|
||||||
|
@ -349,7 +349,7 @@ system.")
|
||||||
(long-description . ,(system-test-description test))
|
(long-description . ,(system-test-description test))
|
||||||
(license . ,(license-name gpl3+))
|
(license . ,(license-name gpl3+))
|
||||||
(period . ,(hours 48))
|
(period . ,(hours 48))
|
||||||
(max-silent-time . 600)
|
(max-silent-time . 3600)
|
||||||
(timeout . 3600)
|
(timeout . 3600)
|
||||||
(home-page . ,%guix-home-page-url)
|
(home-page . ,%guix-home-page-url)
|
||||||
(maintainers . ("bug-guix@gnu.org")))))
|
(maintainers . ("bug-guix@gnu.org")))))
|
||||||
|
|
Reference in a new issue