This is an automated email from the ASF dual-hosted git repository.
pcongiusti pushed a commit to branch release-2.4.x
in repository https://gitbox.apache.org/repos/asf/camel-k.git
The following commit(s) were added to refs/heads/release-2.4.x by this push:
new 4edeea015 chore(ci): increase timeout
4edeea015 is described below
commit 4edeea01573a7073db4688d6845ebd9b04a79c05
Author: Pasquale Congiusti <[email protected]>
AuthorDate: Tue Oct 29 18:44:06 2024 +0100
chore(ci): increase timeout
---
.github/workflows/nightly-install-olm.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/nightly-install-olm.yml
b/.github/workflows/nightly-install-olm.yml
index 1ae89d381..c22eaf7f5 100644
--- a/.github/workflows/nightly-install-olm.yml
+++ b/.github/workflows/nightly-install-olm.yml
@@ -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