From b8382cea886ad9a8f77d237bcfc0eba0c98775dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Doktor?= Date: Wed, 3 Apr 2024 12:39:00 +0200 Subject: [PATCH] ci.ocp: Increase the MCP update time MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updating the machine config takes even longer than 1200s, use 60m to be sure everything is updated. Fixes: #9338 Signed-off-by: Lukáš Doktor --- ci/openshift-ci/cluster/install_kata.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/openshift-ci/cluster/install_kata.sh b/ci/openshift-ci/cluster/install_kata.sh index d544aa70c3..1eeab501ab 100755 --- a/ci/openshift-ci/cluster/install_kata.sh +++ b/ci/openshift-ci/cluster/install_kata.sh @@ -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.