Skip to content

Commit 77ba913

Browse files
authored
expand chatqna gaudi waiting time (#351)
Signed-off-by: chensuyue <[email protected]>
1 parent 1b30783 commit 77ba913

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ChatQnA/tests/test_chatqna_on_gaudi.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ function start_services() {
7070
# Start Docker Containers
7171
docker compose -f docker_compose.yaml up -d
7272
n=0
73-
until [[ "$n" -ge 200 ]]; do
73+
until [[ "$n" -ge 400 ]]; do
7474
docker logs tgi-gaudi-server > tgi_service_start.log
7575
if grep -q Connected tgi_service_start.log; then
7676
break

0 commit comments

Comments
 (0)