From 61448ca2bd078683e45184f1c27fe0979f7438a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Thu, 27 Feb 2014 22:19:52 +0100 Subject: [PATCH] guile: Raise default absolute timeout to from 2h to 20h. --- src/script/hydra-eval-guile-jobs.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/script/hydra-eval-guile-jobs.in b/src/script/hydra-eval-guile-jobs.in index 36ed71b4..2596f0ed 100644 --- a/src/script/hydra-eval-guile-jobs.in +++ b/src/script/hydra-eval-guile-jobs.in @@ -14,7 +14,7 @@ main="(module-ref (resolve-interface '(hydra-eval-guile-jobs)) 'eval-guile-jobs) exec ${GUILE:-@GUILE@} --no-auto-compile --fresh-auto-compile \ -l "$0" -c "(apply $main (cdr (command-line)))" "$@" !# -;;; Copyright © 2012, 2013 Ludovic Courtès +;;; Copyright © 2012, 2013, 2014 Ludovic Courtès ;;; ;;; Hydra is free software: you can redistribute it and/or modify ;;; it under the terms of the GNU General Public License as published by @@ -115,7 +115,7 @@ symbol/thunk pairs." 3600))) (timeout ,(number->string (or (assoc-ref result 'timeout) - 7200))) + 72000))) (nixName ,(derivation-path->name drv)) (schedulingPriority ,(number->string (or (assoc-ref result