increase timeout 10s to 60s

Signed-off-by: ZePan110 <ze.pan@intel.com>
This commit is contained in:
ZePan110
2025-04-03 22:23:42 +08:00
parent e23eb6013f
commit e1f98c896b

View File

@@ -102,7 +102,7 @@ services:
healthcheck: healthcheck:
test: ["CMD-SHELL", "curl -f http://${host_ip}:${LLM_ENDPOINT_PORT}/health || exit 1"] test: ["CMD-SHELL", "curl -f http://${host_ip}:${LLM_ENDPOINT_PORT}/health || exit 1"]
interval: 10s interval: 10s
timeout: 10s timeout: 60s
retries: 100 retries: 100
runtime: habana runtime: habana
cap_add: cap_add: