File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -171,6 +171,16 @@ RELEASE_NOTES="Release notes"
171171APP_SLUG=wg-easy-cre
172172```
173173
174+ ## Claude Code Configuration
175+
176+ When using Claude Code with this repository, use these timeout settings for long-running operations:
177+
178+ - ` task helm-install ` : Use 1200000ms (20 minutes) timeout - double the helmfile timeout of 600s
179+ - ` task full-test-cycle ` : Use 1800000ms (30 minutes) timeout - accounts for cluster creation + deployment + testing
180+ - ` task cluster-create ` : Use 600000ms (10 minutes) timeout - double typical cluster creation time
181+
182+ Example: When running ` task helm-install ` via Bash tool, use ` timeout: 1200000 ` parameter.
183+
174184## Common Workflows
175185
176186### Local Development
Original file line number Diff line number Diff line change 22helmDefaults:
33 verify: false
44 wait: true
5- timeout: 100
5+ timeout: 600
66 atomic: true
77 cleanupOnFail: true
88
You can’t perform that action at this time.
0 commit comments