wait for 10 mins

This commit is contained in:
Adil Hafeez 2024-10-26 16:35:20 -07:00
parent 6ca45d8731
commit 5c5e13cdd3

View file

@ -34,7 +34,7 @@ log starting the arch gateway service
log =================================
docker compose down
log waiting for model service to be healthy
wait_for_healthz "http://localhost:51000/healthz" 300
wait_for_healthz "http://localhost:51000/healthz" 600 # wait for 10 mins
docker compose up -d
log waiting for arch gateway service to be healthy
wait_for_healthz "http://localhost:10000/healthz" 60