diff --git a/registry/coder/modules/claude-code/main.tf b/registry/coder/modules/claude-code/main.tf index 793b9552..39052da3 100644 --- a/registry/coder/modules/claude-code/main.tf +++ b/registry/coder/modules/claude-code/main.tf @@ -424,8 +424,8 @@ resource "coder_app" "claude_code_web" { subdomain = true healthcheck { url = "http://localhost:3284/status" - interval = 5 - threshold = 6 + interval = 6 + threshold = 10 } }