From d45cfbf5d262a7a81f8303dacde6b8869b94031a Mon Sep 17 00:00:00 2001 From: peusebiu Date: Fri, 16 Jun 2023 12:24:38 +0300 Subject: [PATCH] feat(ci): give minio container more time to start (#1527) Signed-off-by: Petu Eusebiu --- .github/workflows/cluster.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cluster.yaml b/.github/workflows/cluster.yaml index df9ddd36..cc389883 100644 --- a/.github/workflows/cluster.yaml +++ b/.github/workflows/cluster.yaml @@ -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'