From 7bade6e044667b2d91f190cb36011f839d574f02 Mon Sep 17 00:00:00 2001 From: Logan Markewich Date: Mon, 21 Oct 2024 13:49:02 -0600 Subject: [PATCH] slightly more wait --- examples/python_fullstack/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/python_fullstack/docker-compose.yml b/examples/python_fullstack/docker-compose.yml index 3b3942bc..7a524a30 100644 --- a/examples/python_fullstack/docker-compose.yml +++ b/examples/python_fullstack/docker-compose.yml @@ -49,7 +49,7 @@ services: depends_on: apiserver: condition: service_healthy - entrypoint: llamactl -s http://apiserver:4501 -t 30 deploy python_fullstack.yaml + entrypoint: llamactl -s http://apiserver:4501 -t 60 deploy python_fullstack.yaml frontend: # UI for this deployment, running at http://localhost:3000