From 08da6c727a72df987e424ba7b922362094ec3336 Mon Sep 17 00:00:00 2001 From: Stuart Mumford Date: Fri, 6 Nov 2020 20:53:45 +0000 Subject: [PATCH] massively increase timeout --- roles/matrix-maubot/templates/matrix-maubot.service.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/matrix-maubot/templates/matrix-maubot.service.j2 b/roles/matrix-maubot/templates/matrix-maubot.service.j2 index f2fb418ab..d565ccc18 100644 --- a/roles/matrix-maubot/templates/matrix-maubot.service.j2 +++ b/roles/matrix-maubot/templates/matrix-maubot.service.j2 @@ -15,7 +15,7 @@ ExecStartPre=-/usr/bin/docker kill matrix-maubot ExecStartPre=-/usr/bin/docker rm matrix-maubot # Intentional delay, so that the homeserver (we likely depend on) can manage to start. -ExecStartPre=/bin/sleep 5 +ExecStartPre=/bin/sleep 60 ExecStart=/usr/bin/docker run --rm --name matrix-maubot \ --log-driver=none \