From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: bug#23433: Timeout in grafts Date: Tue, 3 May 2016 17:02:54 -0400 Message-ID: <20160503210254.GA1698@jasmine> References: <20160503131332.GA2879@solar> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54327) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1axhTT-0008Bu-AJ for bug-guix@gnu.org; Tue, 03 May 2016 17:03:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1axhTH-0004mh-MI for bug-guix@gnu.org; Tue, 03 May 2016 17:03:13 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:51758) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1axhTF-0004kh-6s for bug-guix@gnu.org; Tue, 03 May 2016 17:03:07 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1axhTB-0003dM-Ow for bug-guix@gnu.org; Tue, 03 May 2016 17:03:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Content-Disposition: inline In-Reply-To: <20160503131332.GA2879@solar> List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Andreas Enge Cc: 23433@debbugs.gnu.org On Tue, May 03, 2016 at 03:13:32PM +0200, Andreas Enge wrote: > Hello, > > when grafting texlive-texmf on my Novena, the build times out after an hour, > even when I add "--timeout=70000". This is even more annoying since the > package cannot be substituted any more. What about if you also set --max-silent-time=70000? $ guix build --help [...] --max-silent-time=SECONDS mark the build as failed after SECONDS of silence --timeout=SECONDS mark the build as failed after SECONDS of activity [...]