guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Need to increase 20-hour build timeout for NSS on MIPS


From: Ludovic Courtès
Subject: Re: Need to increase 20-hour build timeout for NSS on MIPS
Date: Fri, 22 May 2015 00:03:32 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

Mark H Weaver <address@hidden> skribis:

> So, we either need a way to set the timeout on a per-package basis, or
> we need to increase the default timeout in gnu-system.scm.  I still
> don't know how much to increase it, because in this case there were no
> other builds happening on the machine for much of the time, whereas
> typically there will be two builds assigned to each MIPS build slave.
>
> Suggestions?

What about using the ‘properties’ field of the package:

  (define-public nss
    (package
      ;; ...
      (properties `((timeout . ,(* 40 3600))))))

and then have gnu-system.scm honor it when present?

Thanks,
Ludo’.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]