Skip to content

Commit 0d5c0aa

Browse files
committed
Increase timeout for sphinx to 10 minutes
1 parent d80bdd5 commit 0d5c0aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sphinx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ on:
2525
jobs:
2626
build-docs:
2727
runs-on: ubuntu-24.04
28-
timeout-minutes: 5
28+
timeout-minutes: 10
2929
if: github.repository_owner == 'jupyter' || github.repository_owner == 'mathbunnyru' || github.event_name != 'schedule'
3030
permissions:
3131
contents: write

0 commit comments

Comments
 (0)