ci.ocp: Increase the MCP update time

updating the machine config takes even longer than 1200s, use 60m to be
sure everything is updated.

Fixes: #9338

Signed-off-by: Lukáš Doktor <ldoktor@redhat.com>
This commit is contained in:
Lukáš Doktor 2024-04-03 12:39:00 +02:00
parent 7795f9c016
commit b8382cea88
No known key found for this signature in database
GPG Key ID: 26B362E47FCF22C1

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.