Skip to content

Commit 5dc63d8

Browse files
bpamiriclaude
andauthored
ci: bump docs-validation job timeout to 240 minutes (wheels-dev#2464)
Bumps `timeout-minutes` from 90 to 240 so the View Helpers section (88 functions, ~140 min projected at ~5 turns × ~30s/turn + ~3 min brew/Node setup) can complete in a single dispatch instead of requiring 3 re-runs that each pay the setup overhead. Smaller sections (the previous 7) all finished well under 90 min, so this change only affects the one outlier and is otherwise inert. https://claude.ai/code/session_014puccJJixwdjRgMx7mPLmz Co-authored-by: Claude <noreply@anthropic.com>
1 parent 4c8826e commit 5dc63d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docs-validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ concurrency:
4848
jobs:
4949
validate:
5050
runs-on: ubuntu-latest
51-
timeout-minutes: 90
51+
timeout-minutes: 240
5252

5353
steps:
5454
- name: Checkout dispatching ref

0 commit comments

Comments
 (0)