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 2021/01/19 10:49:04 UTC

[airflow] branch master updated: Increase timeouts for tests (#13756)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new a03b545  Increase timeouts for tests (#13756)
a03b545 is described below

commit a03b54545d693effc55e60e397a30b0e849836db
Author: Jarek Potiuk <ja...@polidea.com>
AuthorDate: Tue Jan 19 11:48:52 2021 +0100

    Increase timeouts for tests (#13756)
    
    We are getting close to the previous timeouts for tests and some
    tests are crossing the 80 minutes.
    
    While we should speed it up in general, for now increasing
    timeouts should do the job.
---
 .github/workflows/ci.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index ed9b309..7b58fd5 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -566,7 +566,7 @@ jobs:
           retention-days: 7
 
   tests-postgres:
-    timeout-minutes: 80
+    timeout-minutes: 130
     name: >
       Postgres${{matrix.postgres-version}},Py${{matrix.python-version}}:
       ${{needs.build-info.outputs.testTypes}}
@@ -624,7 +624,7 @@ jobs:
           retention-days: 7
 
   tests-mysql:
-    timeout-minutes: 80
+    timeout-minutes: 130
     name: >
       MySQL${{matrix.mysql-version}}, Py${{matrix.python-version}}: ${{needs.build-info.outputs.testTypes}}
     runs-on: ubuntu-20.04
@@ -680,7 +680,7 @@ jobs:
           retention-days: 7
 
   tests-sqlite:
-    timeout-minutes: 80
+    timeout-minutes: 130
     name: >
       Sqlite Py${{matrix.python-version}}: ${{needs.build-info.outputs.testTypes}}
     runs-on: ubuntu-20.04