ci.ocp: Increase the mcp update timeout

we're hitting this timeout quite often, looks like newer OCP takes
longer to reconfigure. Increase the timeout to 1200.

Signed-off-by: Lukáš Doktor <ldoktor@redhat.com>
This commit is contained in:
Lukáš Doktor 2024-03-06 18:05:04 +01:00
parent cc02329fd1
commit 7ff2eb508e
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() { wait_mcp_update() {
local delta="${1:-900}" local delta="${1:-1200}"
local sleep_time=30 local sleep_time=30
# The machineconfigpool is fine when all the workers updated and are ready, # The machineconfigpool is fine when all the workers updated and are ready,
# and none are degraded. # and none are degraded.