Merge pull request #9404 from ldoktor/ci-mcp-timeout

ci.ocp: Increase the MCP update time
This commit is contained in:
Wainer Moschetta
2024-04-15 09:42:14 -03:00
committed by GitHub

View File

@@ -96,7 +96,7 @@ wait_for_reboot() {
}
wait_mcp_update() {
local delta="${1:-1200}"
local delta="${1:-3600}"
local sleep_time=30
# The machineconfigpool is fine when all the workers updated and are ready,
# and none are degraded.