time out to 3600 for now

This commit is contained in:
Rob Vermaas 2009-07-13 11:42:56 +00:00
parent 1cc99505b7
commit f89644ddb7

View file

@ -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";