commit 49118f8afba46977aa5e4c78010d626069b511b5
parent 282c12126b586e521f0d0cd118e8ac81130d748d
Author: MTRNord <mtrnord1@gmail.com>
Date: Tue, 30 Aug 2022 20:26:34 +0200
Try to make synapse work
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/.github/workflows/test_known.yml b/.github/workflows/test_known.yml
@@ -41,6 +41,8 @@ jobs:
# Set health checks to wait until synapse has started
options: >-
--health-retries 50
+ --health-interval 30s
+ --health-timeout 30s
steps:
- uses: actions/checkout@v3