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 194763867c Increase time for constraints generation (#27534)
194763867c is described below

commit 194763867cab14b87f62d8ca6a818eac5fab9fd2
Author: Jarek Potiuk <[email protected]>
AuthorDate: Mon Nov 7 00:52:41 2022 +0100

    Increase time for constraints generation (#27534)
    
    In case we have some new versions of dependencies released, generation
    of the constraints (especially for PyPI-released providers) might
    take more time than usual. Increasing time for the constraint generation
    will help to handle those cases (note that once constraint generation
    succeeds, the constraints will be committed to repository and next time
    constraint generation should be faster.
---
 .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 cc7d1f0232..dc38df8d76 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -1125,7 +1125,7 @@ jobs:
   constraints:
     permissions:
       contents: write
-    timeout-minutes: 40
+    timeout-minutes: 80
     name: "Constraints"
     runs-on: "${{needs.build-info.outputs.runs-on}}"
     needs:

Reply via email to