From 194763867cab14b87f62d8ca6a818eac5fab9fd2 Mon Sep 17 00:00:00 2001 From: Jarek Potiuk Date: Mon, 7 Nov 2022 00:52:41 +0100 Subject: [PATCH] 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 cc7d1f023271c..dc38df8d76023 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: