summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--build-aux/hydra/gnu-system.scm4
1 files changed, 4 insertions, 0 deletions
diff --git a/build-aux/hydra/gnu-system.scm b/build-aux/hydra/gnu-system.scm
index 05d430df0a..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"))))
 
@@ -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")))))