fix(cookbook): increase wait_pipeline timeouts to 1hr too
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

Missed the 3 wait_pipeline steps (CI deploys) - now consistent with
wait_build steps at 720 attempts × 5s = 1hr.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
jordan 2026-02-07 22:49:33 -07:00
parent 7f04a42095
commit 1a2a36e11b

View File

@ -48,6 +48,7 @@ steps:
depends_on: [add-service]
action: wait_pipeline
project_id: "{{ .outputs.create-project.project_id }}"
max_attempts: 720
on_error: continue
# ============================================================
@ -275,6 +276,7 @@ steps:
depends_on: [wait-implement]
action: wait_pipeline
project_id: "{{ .outputs.create-project.project_id }}"
max_attempts: 720
transition-to-implementation:
description: "Transition to implementation phase (marks code complete)"
@ -448,6 +450,7 @@ steps:
depends_on: [transition-to-merge]
action: wait_pipeline
project_id: "{{ .outputs.create-project.project_id }}"
max_attempts: 720
archive-feature:
description: "Archive the completed feature"