This is an automated email from the ASF dual-hosted git repository.

ephraimanierobi pushed a commit to branch v2-3-test
in repository https://gitbox.apache.org/repos/asf/airflow.git

commit f032ffe89c7fd7ef38dca01cdc9ff483801e8778
Author: Jarek Potiuk <jarek.pot...@polidea.com>
AuthorDate: Mon Jun 13 09:07:58 2022 +0200

    The timeouts for Helm tests are far too small for "full tests" (#24408)
    
    When "Full tests needed" are run, then the Helm tests take far
    more time because they are running mor combinations of executor
    and Python version. Such tests will timeout now.
    
    This PR increases the timeout
    
    (cherry picked from commit 7729d1b60775197c321760e9a46f49e8cd3beac1)
---
 .github/workflows/ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 6fe6966c45..09ab691a49 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -1432,7 +1432,7 @@ ${{ hashFiles('.pre-commit-config.yaml') }}"
         if: always()
 
   tests-kubernetes:
-    timeout-minutes: 70
+    timeout-minutes: 240
     name: Helm Chart; ${{matrix.executor}}
     runs-on: ${{ fromJson(needs.build-info.outputs.runsOn) }}
     needs: [build-info, wait-for-prod-images]

Reply via email to