summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob J. Heywood <robert.heywood@codethink.co.uk>2020-10-02 12:18:14 +0100
committerRob J. Heywood <robert.heywood@codethink.co.uk>2020-10-02 12:21:21 +0100
commit0545234fd11d303be0410c101e9671fc2f806eb5 (patch)
tree169069a113f68527da3085b5b8f66a5148124e43
parent7d8c6990f114a3a75a86650dca647f4cb31979af (diff)
downloadlorries-0545234fd11d303be0410c101e9671fc2f806eb5.tar.gz
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.
-rw-r--r--lorry-controller.conf2
1 files changed, 1 insertions, 1 deletions
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,