Increase timeout for sphinx to 10 minutes

This commit is contained in:
Ayaz Salikhov
2025-02-24 01:47:33 +00:00
parent d80bdd5a4d
commit 0d5c0aa42d

View File

@@ -25,7 +25,7 @@ on:
jobs: jobs:
build-docs: build-docs:
runs-on: ubuntu-24.04 runs-on: ubuntu-24.04
timeout-minutes: 5 timeout-minutes: 10
if: github.repository_owner == 'jupyter' || github.repository_owner == 'mathbunnyru' || github.event_name != 'schedule' if: github.repository_owner == 'jupyter' || github.repository_owner == 'mathbunnyru' || github.event_name != 'schedule'
permissions: permissions:
contents: write contents: write