From 80ad53609c9164e809f80a0ced320f3d6816b048 Mon Sep 17 00:00:00 2001 From: "Robert J. Heywood" Date: Sat, 3 Oct 2020 12:20:04 +0100 Subject: Lorry Controller: increase timeout to 3 days Although running the `git svn fetch` command locally only took 12 hours, the lorry service appears to only get about half way through all of the revisions. This change drastically increases the time out to 3 days. --- lorry-controller.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lorry-controller.conf b/lorry-controller.conf index 9514049..75e5b0d 100644 --- a/lorry-controller.conf +++ b/lorry-controller.conf @@ -4,7 +4,7 @@ "uuid": "baserock/open-source-lorries/3H", "serial": 1, "interval": "3H", - "lorry-timeout": 57600, + "lorry-timeout": 259200, "create": "always", "destroy": "never", "stagger": true, -- cgit v1.2.1