summary refs log tree commit diff
path: root/scripts-dev
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2022-04-11 14:38:58 +0100
committerGitHub <noreply@github.com>2022-04-11 13:38:58 +0000
commit3cdf5a1386a4377eeb2893373f785b945e2347d5 (patch)
tree8840e93ce8af71d2cad98bac7c48048c3020a14f /scripts-dev
parentDisallow untyped defs in synapse._scripts (#12422) (diff)
downloadsynapse-3cdf5a1386a4377eeb2893373f785b945e2347d5.tar.xz
Fix up healthcheck generation for workers docker image (#12405)
This wasn't quite generating the right thing.
Diffstat (limited to 'scripts-dev')
-rwxr-xr-xscripts-dev/complement.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts-dev/complement.sh b/scripts-dev/complement.sh
index 05e9e470ed..d34e9f3554 100755
--- a/scripts-dev/complement.sh
+++ b/scripts-dev/complement.sh
@@ -52,7 +52,7 @@ if [[ -n "$WORKERS" ]]; then
   COMPLEMENT_DOCKERFILE=SynapseWorkers.Dockerfile
 
   # And provide some more configuration to complement.
-  export COMPLEMENT_SPAWN_HS_TIMEOUT_SECS=25
+  export COMPLEMENT_SPAWN_HS_TIMEOUT_SECS=60
 else
   export COMPLEMENT_BASE_IMAGE=complement-synapse
   COMPLEMENT_DOCKERFILE=Dockerfile