From 9f2f591dc383f780b012b8ef06d59fbb925ee6ed Mon Sep 17 00:00:00 2001 From: Ben Potter Date: Wed, 25 Jun 2025 17:27:35 -0500 Subject: [PATCH] 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 --- registry/coder/modules/claude-code/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/registry/coder/modules/claude-code/main.tf b/registry/coder/modules/claude-code/main.tf index f2affa3d..793b9552 100644 --- a/registry/coder/modules/claude-code/main.tf +++ b/registry/coder/modules/claude-code/main.tf @@ -425,7 +425,7 @@ resource "coder_app" "claude_code_web" { healthcheck { url = "http://localhost:3284/status" interval = 5 - threshold = 3 + threshold = 6 } }