Skip to content

Commit d8f5669

Browse files
committed
rebase me
1 parent d967cce commit d8f5669

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

applications/wg-easy/CLAUDE.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,16 @@ RELEASE_NOTES="Release notes"
171171
APP_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

applications/wg-easy/helmfile.yaml.gotmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
helmDefaults:
33
verify: false
44
wait: true
5-
timeout: 100
5+
timeout: 600
66
atomic: true
77
cleanupOnFail: true
88

0 commit comments

Comments
 (0)