Skip to content

Commit

Permalink
chore(ci): increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
squakez authored Oct 29, 2024
1 parent 5050906 commit ea37f5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly-install-olm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
run: |
kubectl create -f https://github.com/operator-framework/operator-lifecycle-manager/releases/download/v0.28.0/crds.yaml
kubectl create -f https://github.com/operator-framework/operator-lifecycle-manager/releases/download/v0.28.0/olm.yaml
kubectl wait --for=jsonpath='{.status.phase}'=Succeeded csv packageserver -n olm --timeout=2m
kubectl wait --for=jsonpath='{.status.phase}'=Succeeded csv packageserver -n olm --timeout=5m
# Building and pushing a bundle to a running container is required due to how
# Operator-SDK works. Once it allows for local bundle testing, this part may be omitted
Expand Down

0 comments on commit ea37f5a

Please sign in to comment.