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 f02949cce chore(ci): increase timeout for nightly tests f02949cce is described below commit f02949cce673fd1f9f7911b790d2e1bf64cda5ed Author: Pasquale Congiusti <pasquale.congiu...@gmail.com> AuthorDate: Tue May 21 13:20:56 2024 +0200 chore(ci): increase timeout for nightly tests --- .github/workflows/nightly-latest-runtime.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/nightly-latest-runtime.yml b/.github/workflows/nightly-latest-runtime.yml index 9cedfc255..c69bdb8dd 100644 --- a/.github/workflows/nightly-latest-runtime.yml +++ b/.github/workflows/nightly-latest-runtime.yml @@ -22,6 +22,10 @@ name: Nightly check against latest runtime env: TEST_CLUSTER: kind GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + CAMEL_K_TEST_TIMEOUT_SHORT: 3m + CAMEL_K_TEST_TIMEOUT_MEDIUM: 7m + CAMEL_K_TEST_TIMEOUT_LONG: 12m + CAMEL_K_TEST_TIMEOUT_VERY_LONG: 30m on: schedule: