diff --git a/dogfood/main.tf b/dogfood/main.tf index 0b757336b812c..a5e6ca91077b0 100644 --- a/dogfood/main.tf +++ b/dogfood/main.tf @@ -29,9 +29,13 @@ resource "coder_agent" "dev" { startup_script = <&1 | tee ~/.personalize.log; fi EOF @@ -48,7 +52,7 @@ resource "coder_app" "code-server" { healthcheck { url = "http://localhost:13337/healthz" interval = 3 - threshold = 10 + threshold = 20 } }