matrix-fuzz

git clone git://archive.git.mtrnord.blog/MTRNord/matrix-fuzz.git
Log | Files | Refs | README | LICENSE

commit 282c12126b586e521f0d0cd118e8ac81130d748d
parent f24f3f59ee3db5b906d83aa7e14b33d977be803f
Author: MTRNord <mtrnord1@gmail.com>
Date:   Tue, 30 Aug 2022 20:21:25 +0200

Wait for synapse longer

Diffstat:
M.github/workflows/test_known.yml | 6++----
1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/test_known.yml b/.github/workflows/test_known.yml @@ -38,11 +38,9 @@ jobs: --health-retries 5 synapse: image: ghcr.io/mtrnord/matrix-fuzz:synapse - # Set health checks to wait until redis has started + # Set health checks to wait until synapse has started options: >- - --health-interval 10s - --health-timeout 5s - --health-retries 5 + --health-retries 50 steps: - uses: actions/checkout@v3