Skip to content

Commit

Permalink
apacheGH-37330: [Docs][CI]Increase the Timeout for the Sphinx build (a…
Browse files Browse the repository at this point in the history
…pache#37331)

### Rationale for this change

Failing Sphinc Documentation job due to the timeout limit
https://github.com/apache/arrow/actions/runs/5899257777/job/16097467804

### What changes are included in this PR?

Increase the timeout for `AMD64 Conda Python 3.9 Sphinx Documentation` from 45min to 60min.
* Closes: apache#37330

Authored-by: AlenkaF <[email protected]>
Signed-off-by: Raúl Cumplido <[email protected]>
  • Loading branch information
AlenkaF authored Aug 23, 2023
1 parent ac5468c commit ebf03a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs_light.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
name: AMD64 Conda Python 3.9 Sphinx Documentation
runs-on: ubuntu-latest
if: ${{ !contains(github.event.pull_request.title, 'WIP') }}
timeout-minutes: 45
timeout-minutes: 60
env:
PYTHON: "3.9"
steps:
Expand Down

0 comments on commit ebf03a6

Please sign in to comment.