From 783e503af3627d781d170b8bb503b293e0d87b78 Mon Sep 17 00:00:00 2001 From: Jarek Potiuk Date: Mon, 7 Nov 2022 00:16:23 +0100 Subject: [PATCH] Increase time for constraints generation 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 4eac4a3ae0208..29c25a72c4f42 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1128,7 +1128,7 @@ jobs: constraints: permissions: contents: write - timeout-minutes: 40 + timeout-minutes: 80 name: "Constraints" runs-on: "${{needs.build-info.outputs.runs-on}}" needs: