Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2ecac2c

Browse files
committed
changed latemcy_test path and added 10 sec sleep for the container to run
1 parent df4355f commit 2ecac2c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Run Container for Tests
3030
run: |
3131
docker run -d --name llm-inference-container -p 5000:5000 ${{ secrets.DOCKER_USERNAME }}/llm-inference-image
32-
sleep 5 # Wait for container to start
32+
sleep 10 # Wait for container to start
3333
3434
# 5️⃣ Run basic test (Ensure container is running)
3535
- name: Test API
@@ -48,4 +48,4 @@ jobs:
4848
# 8️⃣ Run latency test
4949
- name: Run latency test script
5050
run: |
51-
sh ./latency_test.sh 127.0.0.1 5000
51+
sh ./homeworks/app/latency_test.sh 127.0.0.1 5000

0 commit comments

Comments
 (0)