This is an automated email from the ASF dual-hosted git repository. pcongiusti pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-k.git
The following commit(s) were added to refs/heads/main by this push: new ea37f5ac8 chore(ci): increase timeout ea37f5ac8 is described below commit ea37f5ac8ef2c79e2eaac3e3ed82b0296e87aa1f Author: Pasquale Congiusti <pasquale.congiu...@gmail.com> AuthorDate: Tue Oct 29 18:43:14 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 96fbee346..88cb6ba3c 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