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 a8b57f680f Increase timeout for static checks (#34146)
a8b57f680f is described below

commit a8b57f680f1f255039a9b98c63e960660e99f45e
Author: Jarek Potiuk <[email protected]>
AuthorDate: Wed Sep 6 22:53:50 2023 +0200

    Increase timeout for static checks (#34146)
---
 .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 29af15ed1b..df31ab2d38 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -506,7 +506,7 @@ jobs:
         if: always()
 
   static-checks:
-    timeout-minutes: 30
+    timeout-minutes: 45
     name: "Static checks"
     runs-on: "${{needs.build-info.outputs.runs-on}}"
     needs: [build-info, wait-for-ci-images]

Reply via email to