all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: ludo@gnu.org (Ludovic Courtès)
To: Mark H Weaver <mhw@netris.org>
Cc: guix-devel@gnu.org
Subject: Re: Need to increase 20-hour build timeout for NSS on MIPS
Date: Fri, 22 May 2015 00:03:32 +0200	[thread overview]
Message-ID: <87r3q9y4ej.fsf@gnu.org> (raw)
In-Reply-To: <87k2w1okat.fsf@netris.org> (Mark H. Weaver's message of "Thu, 21 May 2015 14:30:18 -0400")

Mark H Weaver <mhw@netris.org> 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	other threads:[~2015-05-21 22:03 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-05-21 18:30 Need to increase 20-hour build timeout for NSS on MIPS Mark H Weaver
2015-05-21 22:03 ` Ludovic Courtès [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87r3q9y4ej.fsf@gnu.org \
    --to=ludo@gnu.org \
    --cc=guix-devel@gnu.org \
    --cc=mhw@netris.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.