From f89644ddb72442cee259aacff5239cb38099e70f Mon Sep 17 00:00:00 2001 From: Rob Vermaas Date: Mon, 13 Jul 2009 11:42:56 +0000 Subject: [PATCH] time out to 3600 for now --- src/script/hydra_build.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/script/hydra_build.pl b/src/script/hydra_build.pl index 86185205..6deebf57 100755 --- a/src/script/hydra_build.pl +++ b/src/script/hydra_build.pl @@ -110,7 +110,7 @@ sub doBuild { # Run Nix to perform the build, and monitor the stderr output # to get notifications about specific build steps, the # associated log files, etc. - my $cmd = "nix-store --max-silent-time 1800 --keep-going --no-build-output " . + my $cmd = "nix-store --max-silent-time 3600 --keep-going --no-build-output " . "--log-type flat --print-build-trace --realise $drvPath " . "--add-root " . gcRootFor $outPath . " 2>&1";