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 ba208869a chore(ci): increase timeout ba208869a is described below commit ba208869a896d1b05bf8b7b38c33c9cce6a4531a Author: Pasquale Congiusti <pasquale.congiu...@gmail.com> AuthorDate: Tue Feb 11 17:02:11 2025 +0100 chore(ci): increase timeout --- .github/workflows/nightly-multi.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nightly-multi.yml b/.github/workflows/nightly-multi.yml index e58fc113c..ecc47abbc 100644 --- a/.github/workflows/nightly-multi.yml +++ b/.github/workflows/nightly-multi.yml @@ -53,7 +53,7 @@ jobs: run: | kubectl create ns camel-k make install-k8s-global - kubectl wait --for=jsonpath='{.status.phase}'=Ready itp camel-k -n camel-k --timeout=60s + kubectl wait --for=jsonpath='{.status.phase}'=Ready itp camel-k -n camel-k --timeout=180s - name: Run test shell: bash @@ -87,7 +87,7 @@ jobs: CUSTOM_IMAGE=testcamelk/camel-k CUSTOM_VERSION=$VERSION make bundle kubectl create ns camel-k make install-k8s-global - kubectl wait --for=jsonpath='{.status.phase}'=Ready itp camel-k -n camel-k --timeout=60s + kubectl wait --for=jsonpath='{.status.phase}'=Ready itp camel-k -n camel-k --timeout=120s - name: Run test shell: bash