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 ea28e55f2 chore(ci): increase test timeouts
ea28e55f2 is described below

commit ea28e55f2e2242dbed05590870a7437f2b6638ba
Author: Pasquale Congiusti <[email protected]>
AuthorDate: Tue May 28 15:40:06 2024 +0200

    chore(ci): increase test timeouts
---
 .github/workflows/install.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/install.yml b/.github/workflows/install.yml
index 11626d79e..714a69909 100644
--- a/.github/workflows/install.yml
+++ b/.github/workflows/install.yml
@@ -19,7 +19,9 @@ name: install
 
 env:
   GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
-
+  CAMEL_K_TEST_TIMEOUT_SHORT: 3m
+  CAMEL_K_TEST_TIMEOUT_MEDIUM: 10m
+  
 on:
   pull_request:
     branches:

Reply via email to