Skip to content

Commit

Permalink
Increase time for constraints generation (apache#27534)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
potiuk authored Nov 6, 2022
1 parent b2c7b64 commit 1947638
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 1947638

Please sign in to comment.