Skip to content

Commit a859946

Browse files
committed
GitHub Actions: Increase timeout to 240 minutes for offline documentation builds
Building the offline documentation 6 times (3 HTML, 3 ePub) takes a long time on a GitHub Actions shared runner. 3 hours doesn't always suffice anymore, so increasing it to 4 hours should fix CI failures for the foreseeable future.
1 parent f908cdc commit a859946

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_offline_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
# Manual runs can still be triggered as normal.
1313
if: ${{ github.repository_owner == 'godotengine' || github.event_name != 'schedule' || vars.CI_OFFLINE_DOCS_CRON == 'true' }}
1414
runs-on: ubuntu-24.04
15-
timeout-minutes: 180
15+
timeout-minutes: 240
1616
strategy:
1717
max-parallel: 1
1818
fail-fast: false

0 commit comments

Comments
 (0)