Skip to content

Commit

Permalink
revert waiting time in the test
Browse files Browse the repository at this point in the history
  • Loading branch information
takara9 committed May 20, 2024
1 parent 2167ea8 commit a832bb6
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 10
sleep 5
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 a832bb6

Please sign in to comment.