Skip to content

Commit

Permalink
hack: increase csv verification timeout in install script
Browse files Browse the repository at this point in the history
Signed-off-by: Nitin Goyal <[email protected]>
  • Loading branch information
iamniting committed Nov 14, 2024
1 parent 8ce7d31 commit f91ad49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/install-odf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ fi

"$OPERATOR_SDK" run bundle "$BUNDLE_IMG" --timeout=10m --security-context-config restricted -n "$INSTALL_NAMESPACE" --index-image "$CATALOG_DEPS_IMG"

oc wait --timeout=5m --for jsonpath='{.status.phase}'=Succeeded -n "$INSTALL_NAMESPACE" csv $CSV_NAMES || {
oc wait --timeout=10m --for jsonpath='{.status.phase}'=Succeeded -n "$INSTALL_NAMESPACE" csv $CSV_NAMES || {

echo "CSV $CSV_NAMES did not succeed, describing CSV"
oc get csv -n "$INSTALL_NAMESPACE"
Expand Down

0 comments on commit f91ad49

Please sign in to comment.