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

commit 2d2052a22544f988518307c27505587eb97de2c3
Author: Pasquale Congiusti <pasquale.congiu...@gmail.com>
AuthorDate: Tue May 21 13:22:32 2024 +0200

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

diff --git a/.github/workflows/nightly-native-test.yml 
b/.github/workflows/nightly-native-test.yml
index 0f1682fee..7859ffaf7 100644
--- a/.github/workflows/nightly-native-test.yml
+++ b/.github/workflows/nightly-native-test.yml
@@ -19,6 +19,10 @@ name: Nightly Quarkus native checks
 
 env:
   GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+  CAMEL_K_TEST_TIMEOUT_SHORT: 5m
+  CAMEL_K_TEST_TIMEOUT_MEDIUM: 10m
+  CAMEL_K_TEST_TIMEOUT_LONG: 15m
+  CAMEL_K_TEST_TIMEOUT_VERY_LONG: 60m
 
 on:
   schedule:

Reply via email to