Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Schwan <carl@carlschwan.eu>2022-05-10 11:22:26 +0300
committerGitHub <noreply@github.com>2022-05-10 11:22:26 +0300
commitf0f2a07f850af1105e27be5bc9180500b1dbac39 (patch)
tree7164119ff10a967737b5fecab7018c09aed1bd45
parent0863a3d4238467299fba1dce995d834b8cdc9ad2 (diff)
parentd8c7099cc96c9005a7f40542a4bdc308a69c8906 (diff)
Merge pull request #32318 from nextcloud/increase-waitForS3-delay
Increase retry delay on 'Wait for S3' CI job
-rw-r--r--.github/workflows/s3-primary.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/.github/workflows/s3-primary.yml b/.github/workflows/s3-primary.yml
index 809e26a8e38..9fbc3f8d668 100644
--- a/.github/workflows/s3-primary.yml
+++ b/.github/workflows/s3-primary.yml
@@ -6,7 +6,6 @@ on:
- master
- stable*
-
jobs:
s3-primary-tests-minio:
runs-on: ubuntu-latest
@@ -52,9 +51,9 @@ jobs:
- name: Wait for S3
run: |
sleep 10
- 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
sleep 10
- 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
- name: PHPUnit
working-directory: tests