From 98098fe39db4210e485cf2650b20c6a26b6ffa8f Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Sat, 15 Oct 2016 21:31:59 +0100 Subject: Do not forget about remote builds after 10h, 100h looks more realistic --- modules/buildsystem/templates/upload.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/buildsystem/templates') diff --git a/modules/buildsystem/templates/upload.conf b/modules/buildsystem/templates/upload.conf index 2ba68e6b..7846cab7 100644 --- a/modules/buildsystem/templates/upload.conf +++ b/modules/buildsystem/templates/upload.conf @@ -127,4 +127,5 @@ my $homedir = "<%= scope.lookupvar('buildsystem::var::iurt::homedir') %>"; default => [ 'i586', 'x86_64' ], }, ssh_options => "-o ServerAliveInterval=10 -o ConnectTimeout=20 -o BatchMode=yes", + faildelay => 360000, } -- cgit v1.2.1