mirror of
https://github.com/matrix-org/sliding-sync.git
synced 2025-03-10 13:37:11 +00:00
Set healthcheck retries for synapse too now as we start lots of them
This commit is contained in:
parent
8be09840d0
commit
37dcd91e09
5
.github/workflows/tests.yml
vendored
5
.github/workflows/tests.yml
vendored
@ -101,6 +101,11 @@ jobs:
|
||||
SERVER_NAME: synapse
|
||||
ports:
|
||||
- 8008:8008
|
||||
# Set health checks to wait until synapse has started
|
||||
options: >-
|
||||
--health-interval 10s
|
||||
--health-timeout 5s
|
||||
--health-retries 5
|
||||
# Label used to access the service container
|
||||
postgres:
|
||||
# Docker Hub image
|
||||
|
Loading…
x
Reference in New Issue
Block a user