We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 047af51 + 34abed9 commit 357c4bbCopy full SHA for 357c4bb
.github/workflows/s3-primary.yml
@@ -6,7 +6,6 @@ on:
6
- master
7
- stable*
8
9
-
10
jobs:
11
s3-primary-tests-minio:
12
runs-on: ubuntu-latest
@@ -52,9 +51,9 @@ jobs:
52
51
- name: Wait for S3
53
run: |
54
sleep 10
55
- curl -f -m 1 --retry-connrefused --retry 10 --retry-delay 1 http://localhost:9000/minio/health/ready
+ curl -f -m 1 --retry-connrefused --retry 10 --retry-delay 10 http://localhost:9000/minio/health/ready
56
57
58
59
- name: PHPUnit
60
working-directory: tests
0 commit comments