Skip to content

Commit

Permalink
Increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
QuanMPhm committed Jan 18, 2024
1 parent dea1f52 commit be9fe59
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci/microshift.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit be9fe59

Please sign in to comment.