From 0545234fd11d303be0410c101e9671fc2f806eb5 Mon Sep 17 00:00:00 2001 From: "Rob J. Heywood" Date: Fri, 2 Oct 2020 12:18:14 +0100 Subject: Lorry Controller: increase timeout to 16 hours. The virtualbox svn lorry is having a little trouble bootstrapping. The logs indicate the issue could be the `git svn fetch` task is timing out. This is because the timeout is currently set to 2 hours, but the task appears to take in the region of 10 hours to complete. This change increases the timeout to 16 hours from 2 hours. This ought to be ample time to complete the inital fetch of VirtualBox. --- lorry-controller.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lorry-controller.conf b/lorry-controller.conf index 029f051..9514049 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": 7200, + "lorry-timeout": 57600, "create": "always", "destroy": "never", "stagger": true, -- cgit v1.2.1