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
This commit is contained in:
Ben Potter 2025-06-25 17:27:35 -05:00 committed by GitHub
parent 6c3c2f067d
commit 9f2f591dc3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -425,7 +425,7 @@ resource "coder_app" "claude_code_web" {
healthcheck {
url = "http://localhost:3284/status"
interval = 5
threshold = 3
threshold = 6
}
}