Skip to content

Commit 9f2f591

Browse files
authored
increase timeouts for claude code web
this is a hack for a demo... preinstall and postinstall script will increase/decrease this time and I aim to find a better way to do this in the feature
1 parent 6c3c2f0 commit 9f2f591

File tree

1 file changed

+1
-1
lines changed
  • registry/coder/modules/claude-code

1 file changed

+1
-1
lines changed

registry/coder/modules/claude-code/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ resource "coder_app" "claude_code_web" {
425425
healthcheck {
426426
url = "http://localhost:3284/status"
427427
interval = 5
428-
threshold = 3
428+
threshold = 6
429429
}
430430
}
431431

0 commit comments

Comments
 (0)