You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2022/08/17 23:59:56 UTC

[airflow] branch main updated: Increase timeout for providers checks for 2.2 (#25779)

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

potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new 42a2e799f4 Increase timeout for providers checks for 2.2 (#25779)
42a2e799f4 is described below

commit 42a2e799f4ca0d96e4d05a10ded21c035f9f02da
Author: Jarek Potiuk <ja...@polidea.com>
AuthorDate: Thu Aug 18 01:59:45 2022 +0200

    Increase timeout for providers checks for 2.2 (#25779)
    
    Seems that we started to have problems with longer backtracking when
    we install new providers for Airflow 2.2. This is an attempt to
    stabilize it before we investigate the root cause.
---
 .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 322ec71c81..d9058c2cc4 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -784,7 +784,7 @@ ${{ hashFiles('.pre-commit-config.yaml') }}"
         if: always()
 
   prepare-test-provider-packages-wheel:
-    timeout-minutes: 40
+    timeout-minutes: 80
     name: "Build and test provider packages wheel"
     runs-on: ${{ fromJson(needs.build-info.outputs.runs-on) }}
     needs: [build-info, wait-for-ci-images]