Skip to content

Commit

Permalink
fix: updated test time
Browse files Browse the repository at this point in the history
  • Loading branch information
jjmaturino committed Dec 10, 2024
1 parent 67f649c commit 718fa08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/llms/test_llms_summarization_predictionguard.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 718fa08

Please sign in to comment.