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

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

commit 709e1bc7f781a25f6f553ca32a6a23ee4a36b9f3
Author: Jarek Potiuk <[email protected]>
AuthorDate: Tue May 17 18:26:30 2022 +0200

    Increase timeout for Helm Chart executor upgrade tests (#23759)
    
    (cherry picked from commit 9dcca989ab6e2671c7278aa39fda0c4443232049)
---
 .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 cb24723b10..e8dfb17634 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -1491,7 +1491,7 @@ ${{ hashFiles('.pre-commit-config.yaml') }}"
         if: always()
 
   tests-helm-executor-upgrade:
-    timeout-minutes: 100
+    timeout-minutes: 150
     name: Helm Chart Executor Upgrade
     runs-on: ${{ fromJson(needs.build-info.outputs.runsOn) }}
     needs: [build-info, wait-for-prod-images]

Reply via email to