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 2020/11/14 16:34:48 UTC

[airflow] 32/44: Fixes timeout in helm chart tests (#12209)

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

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

commit 6e74f1b6d0c3d188aed013633c0666955e07e14a
Author: Jarek Potiuk <ja...@polidea.com>
AuthorDate: Mon Nov 9 21:18:58 2020 +0100

    Fixes timeout in helm chart tests (#12209)
    
    (cherry picked from commit e77867aeab1899a87e3d212ff69ccae0a8447adb)
---
 .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 c217bdc..6c854a1 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -281,7 +281,7 @@ jobs:
           path: "./files/documentation"
 
   tests-helm:
-    timeout-minutes: 5
+    timeout-minutes: 20
     name: "Python unit tests for helm chart"
     runs-on: ubuntu-latest
     needs: [build-info, ci-images]