From 718fa08a03e8a35f089b720aabe2b238d0369708 Mon Sep 17 00:00:00 2001 From: Juan Maturino Date: Tue, 10 Dec 2024 10:29:38 -0600 Subject: [PATCH] fix: updated test time --- tests/llms/test_llms_summarization_predictionguard.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/llms/test_llms_summarization_predictionguard.sh b/tests/llms/test_llms_summarization_predictionguard.sh index 0adb21d29..03b170842 100644 --- a/tests/llms/test_llms_summarization_predictionguard.sh +++ b/tests/llms/test_llms_summarization_predictionguard.sh @@ -29,7 +29,7 @@ function start_service() { -e http_proxy= -e https_proxy= \ -e PREDICTIONGUARD_API_KEY=${PREDICTIONGUARD_API_KEY} \ -p 9000:9000 --ipc=host opea/llm-pg:comps - sleep 60 # Sleep for 5 seconds to allow the service to start + sleep 5 # Sleep for 5 seconds to allow the service to start } function validate_microservice() {