Merge "Increase timeout for yum install of development tools"

This commit is contained in:
Jenkins 2016-03-02 21:13:08 +00:00 committed by Gerrit Code Review
commit 574e673064
1 changed files with 1 additions and 0 deletions

View File

@ -45,6 +45,7 @@ class jenkins::slave(
exec { 'yum Group Install':
unless => '/usr/bin/yum grouplist "Development tools" | /bin/grep "^Installed [Gg]roups"',
command => '/usr/bin/yum -y groupinstall "Development tools"',
timeout => 1800,
}
if ($::operatingsystem != 'Fedora') {