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 b5e920d75 chore(ci): increase action timeout
b5e920d75 is described below

commit b5e920d752806b11a43649554317cadabba7d964
Author: Pasquale Congiusti <pasquale.congiu...@gmail.com>
AuthorDate: Tue May 21 13:21:47 2024 +0200

    chore(ci): increase action timeout
---
 .github/workflows/nightly-release.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.github/workflows/nightly-release.yml 
b/.github/workflows/nightly-release.yml
index 4d10cdb5a..d6bcb84ab 100644
--- a/.github/workflows/nightly-release.yml
+++ b/.github/workflows/nightly-release.yml
@@ -24,6 +24,10 @@ env:
   GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
   NEXUS_DEPLOY_USERNAME: ${{ secrets.NEXUS_USER }}
   NEXUS_DEPLOY_PASSWORD: ${{ secrets.NEXUS_PW }}
+  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:

Reply via email to