ITL: Increase the default timeout for OS checks (update-windows, yum, apt)

fixes #10504
This commit is contained in:
Michael Friedrich 2015-11-06 15:41:54 +01:00
parent 8a677277a5
commit 6004ab6c31
3 changed files with 5 additions and 1 deletions

View File

@ -277,7 +277,8 @@ object CheckCommand "update-windows" {
description = "Treat 'may need update' as 'definitely needs update'"
}
}
timeout = 5m
}
object CheckCommand "uptime-windows" {

View File

@ -1213,6 +1213,7 @@ object CheckCommand "apt" {
}
}
timeout = 5m
}
object CheckCommand "dhcp" {

View File

@ -105,4 +105,6 @@ object CheckCommand "yum" {
vars.yum_cache_only = false
vars.yum_no_warn_on_lock = false
vars.yum_no_warn_on_updates = false
timeout = 5m
}