Skip to content

Commit f0f2a07

Browse files
authored
Merge pull request #32318 from nextcloud/increase-waitForS3-delay
Increase retry delay on 'Wait for S3' CI job
2 parents 0863a3d + d8c7099 commit f0f2a07

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/s3-primary.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ on:
66
- master
77
- stable*
88

9-
109
jobs:
1110
s3-primary-tests-minio:
1211
runs-on: ubuntu-latest
@@ -52,9 +51,9 @@ jobs:
5251
- name: Wait for S3
5352
run: |
5453
sleep 10
55-
curl -f -m 1 --retry-connrefused --retry 10 --retry-delay 1 http://localhost:9000/minio/health/ready
54+
curl -f -m 1 --retry-connrefused --retry 10 --retry-delay 10 http://localhost:9000/minio/health/ready
5655
sleep 10
57-
curl -f -m 1 --retry-connrefused --retry 10 --retry-delay 1 http://localhost:9000/minio/health/ready
56+
curl -f -m 1 --retry-connrefused --retry 10 --retry-delay 10 http://localhost:9000/minio/health/ready
5857
5958
- name: PHPUnit
6059
working-directory: tests

0 commit comments

Comments
 (0)