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
commit c85e1ca674
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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.