diff options
author | Pascal Terjan <pterjan@gmail.com> | 2016-10-15 21:31:59 +0100 |
---|---|---|
committer | Pascal Terjan <pterjan@gmail.com> | 2016-10-15 21:31:59 +0100 |
commit | 98098fe39db4210e485cf2650b20c6a26b6ffa8f (patch) | |
tree | e427e1f0f381d25b1b03d57f33b82668b5a9d880 /modules | |
parent | 86918b8da22d88c183e00dfd86c2fdf25ca8142d (diff) | |
download | puppet-98098fe39db4210e485cf2650b20c6a26b6ffa8f.tar puppet-98098fe39db4210e485cf2650b20c6a26b6ffa8f.tar.gz puppet-98098fe39db4210e485cf2650b20c6a26b6ffa8f.tar.bz2 puppet-98098fe39db4210e485cf2650b20c6a26b6ffa8f.tar.xz puppet-98098fe39db4210e485cf2650b20c6a26b6ffa8f.zip |
Do not forget about remote builds after 10h, 100h looks more realistic
Diffstat (limited to 'modules')
-rw-r--r-- | modules/buildsystem/templates/upload.conf | 1 |
1 files changed, 1 insertions, 0 deletions
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, } |