Skip to content

Commit ee0dcb3

Browse files
authored
expand tgi connect timeout (#424)
Signed-off-by: chensuyue <[email protected]>
1 parent f732674 commit ee0dcb3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ChatQnA/tests/test_chatqna_on_xeon.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,9 @@ function start_services() {
6767
# Start Docker Containers
6868
docker compose -f docker_compose.yaml up -d
6969
n=0
70-
until [[ "$n" -ge 200 ]]; do
71-
docker logs tgi-service > tgi_service_start.log
72-
if grep -q Connected tgi_service_start.log; then
70+
until [[ "$n" -ge 500 ]]; do
71+
docker logs tgi-service > ${LOG_PATH}/tgi_service_start.log
72+
if grep -q Connected ${LOG_PATH}/tgi_service_start.log; then
7373
break
7474
fi
7575
sleep 1s

0 commit comments

Comments
 (0)