0
Fork 0
mirror of https://github.com/project-zot/zot.git synced 2024-12-16 21:56:37 -05:00

feat(ci): give minio container more time to start (#1527)

Signed-off-by: Petu Eusebiu <peusebiu@cisco.com>
This commit is contained in:
peusebiu 2023-06-16 12:24:38 +03:00 committed by GitHub
parent 7dd17be96d
commit d45cfbf5d2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -60,7 +60,7 @@ jobs:
- name: Wait for minio to come up
run: |
curl --connect-timeout 5 \
--max-time 10 \
--max-time 120 \
--retry 12 \
--retry-max-time 120 \
'http://localhost:9000/minio/health/live'