Skip to content

Commit

Permalink
Increased ci test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
QuanMPhm committed Jan 18, 2024
1 parent 49af5c3 commit dea1f52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/microshift.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ 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=800s deployment/onboarding
oc wait -n onboarding --for=condition=available --timeout=1080s deployment/onboarding
echo "::endgroup::"

sleep 60

0 comments on commit dea1f52

Please sign in to comment.