From be9fe591685b3f0f4ea4b21dd3d8946dd211b0bb Mon Sep 17 00:00:00 2001 From: Quan Pham Date: Thu, 18 Jan 2024 11:23:12 -0500 Subject: [PATCH] Increase timeout --- ci/microshift.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ci/microshift.sh b/ci/microshift.sh index 2d2f16d..867e498 100755 --- a/ci/microshift.sh +++ b/ci/microshift.sh @@ -53,7 +53,8 @@ git -C "$test_dir/openshift-acct-mgt" checkout "$ACCT_MGT_VERSION" echo "::group::Deploy openshift-acct-mgt" oc apply -k "$test_dir/openshift-acct-mgt/k8s/overlays/crc" -oc wait -n onboarding --for=condition=available --timeout=1080s deployment/onboarding +oc wait -n onboarding --for=condition=available --timeout=1201s deployment/onboarding +oc describe -n onboarding pod echo "::endgroup::" sleep 60