Increase timeout of kernel update

Kernel update can last more than 5 minutes. Timeout was increased to 15 minutes.
Fixes: rhbz#973217

Change-Id: Icbb614c969bd21c03dc8d8aa0bbaba760d291903
This commit is contained in:
Martin Magr
2013-07-16 13:44:28 +02:00
parent b73f51d3b4
commit ed9586a6ee

View File

@@ -10,6 +10,7 @@ class packstack::netns (
exec { "netns_dependecy_install":
path => "/usr/bin/",
command => "yum update -y kernel iputils iproute"
timeout => 900,
}
notify { "packstack_info":