Skip to content

Commit

Permalink
Increase timeout for docs-building job (#31002)
Browse files Browse the repository at this point in the history
When a change by contributor touches a common provider code, it
triggers docs building for all providers, which on public
runners can take more than 45 minutes (the optimisations we had
in place limit most of the PRs with the list of providers to be
build in docs, but when the list is "all", it will take that long)
  • Loading branch information
potiuk authored May 1, 2023
1 parent 3ff613f commit b7e5b47
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 @@ -662,7 +662,7 @@ jobs:
if: always()

docs:
timeout-minutes: 45
timeout-minutes: 90
name: "Build docs"
runs-on: "${{needs.build-info.outputs.runs-on}}"
needs: [build-info, wait-for-ci-images]
Expand Down

0 comments on commit b7e5b47

Please sign in to comment.