This is an automated email from the ASF dual-hosted git repository.
raulcd pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git
The following commit(s) were added to refs/heads/main by this push:
new ebf03a6dd3 GH-37330: [Docs][CI]Increase the Timeout for the Sphinx
build (#37331)
ebf03a6dd3 is described below
commit ebf03a6dd389251620172bbc711d19477bf5644f
Author: Alenka Frim <[email protected]>
AuthorDate: Wed Aug 23 15:32:37 2023 +0200
GH-37330: [Docs][CI]Increase the Timeout for the Sphinx build (#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: #37330
Authored-by: AlenkaF <[email protected]>
Signed-off-by: Raúl Cumplido <[email protected]>
---
.github/workflows/docs_light.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/docs_light.yml b/.github/workflows/docs_light.yml
index ed8cd12ca3..b1e6a21ead 100644
--- a/.github/workflows/docs_light.yml
+++ b/.github/workflows/docs_light.yml
@@ -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: