summaryrefslogtreecommitdiff
path: root/build-aux/hydra/gnu-system.scm
diff options
context:
space:
mode:
Diffstat (limited to 'build-aux/hydra/gnu-system.scm')
-rw-r--r--build-aux/hydra/gnu-system.scm8
1 files changed, 6 insertions, 2 deletions
diff --git a/build-aux/hydra/gnu-system.scm b/build-aux/hydra/gnu-system.scm
index d6b0132807..b225c02077 100644
--- a/build-aux/hydra/gnu-system.scm
+++ b/build-aux/hydra/gnu-system.scm
@@ -162,6 +162,8 @@ SYSTEM."
(long-description . "This is a demo stand-alone QEMU image of the GNU
system.")
(license . ,gpl3+)
+ (max-silent-time . 600)
+ (timeout . 3600)
(home-page . ,%guix-home-page-url)
(maintainers . ("bug-guix@gnu.org"))))
@@ -187,14 +189,14 @@ system.")
(bootloader u-boot-bootloader)
(target #f))))
#:disk-image-size
- (* 1024 MiB))))))
+ (* 1500 MiB))))))
(list (->job 'usb-image
(run-with-store store
(mbegin %store-monad
(set-guile-for-build (default-guile))
(system-disk-image installation-os
#:disk-image-size
- (* 1024 MiB)))))
+ (* 1500 MiB)))))
(->job 'iso9660-image
(run-with-store store
(mbegin %store-monad
@@ -221,6 +223,8 @@ system.")
(system-test-name test)))
(long-description . ,(system-test-description test))
(license . ,gpl3+)
+ (max-silent-time . 600)
+ (timeout . 3600)
(home-page . ,%guix-home-page-url)
(maintainers . ("bug-guix@gnu.org")))))