From 7ff2eb508e4251f5d551ba050efcd47af06b44a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Doktor?= Date: Wed, 6 Mar 2024 18:05:04 +0100 Subject: [PATCH] ci.ocp: Increase the mcp update timeout MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- 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 93315f77f..ac2581eba 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:-900}" + local delta="${1:-1200}" local sleep_time=30 # The machineconfigpool is fine when all the workers updated and are ready, # and none are degraded.