Songs Storyteller

Instagram Girls Stylish

vegan tiger faux fur coat for men furrocious furr

:
PowerPoint Product Launch Timeline
ci: raise the package lane's timeout 20 -> 35 minutes
The lane runs six sequential installs/builds: npm ci, build, publint, attw, `npm pack`, then a tarball-install smoke and a git-clone onboarding smoke that each do their own install and build. Run 33822162421 measured it: 11min to reach the tarball smoke, 7min for that smoke, so `npm link` inside the onboarding smoke got 86s before the 20min cap terminated it as an orphan. Every step had already passed — publint, attw, pack dry-run and the tarball smoke were all green — so this was wall clock, not a failure. The same onboarding smoke completes locally under the pre-push gate, which rules out a hang. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: News Website Template
1 parent You Are Here Arrow Cartoon commit a2d4e41

Vegan tiger faux fur coat for men furrocious furr 1 file changed WordPress Blog Post Layout Ideas

Lines changed: 9 additions & 1 deletion

Product Display Drawing Instagram Girls Stylish

.CloneAGC/workflows/ci.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,15 @@ jobs:
107107
package:
108108
name: package (Linux / Node 22)
109109
runs-on: ubuntu-latest
110-
timeout-minutes: 20
110+
# 35, not 20: this lane runs SIX sequential installs/builds — npm ci, build,
111+
# publint, attw, `npm pack`, then a full tarball-install smoke and a full
112+
# git-clone onboarding smoke that each do their own install+build. Measured
113+
# on run 33822162421 (2026-09-04): 11min to reach the tarball smoke, 7min for
114+
# the tarball smoke itself, leaving `npm link` inside the onboarding smoke
115+
# only 86s before the 20min cap killed it as an orphan — every step had
116+
# PASSED, the job just ran out of wall clock. The same smoke completes
117+
# locally under the pre-push gate, so this is budget, not a hang.
118+
timeout-minutes: 35
111119
steps:
112120
- name: Checkout
113121
uses: actions/checkout@v6

Safe Place In Instagram Story Girls Stylish

Comments
 (0)