Skip to content

Commit

Permalink
extend waiting time in test
Browse files Browse the repository at this point in the history
  • Loading branch information
takara9 committed May 20, 2024
1 parent a9a07c8 commit 8b9c1a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- name: Test the container
run: |
sleep 5
sleep 10
docker ps
curl --silent --retry 3 --include http://127.0.0.1:9100/ping | grep "200 OK"
[ $? -ne 0 ] && (echo "error"; exit 1)
Expand Down

0 comments on commit 8b9c1a8

Please sign in to comment.