summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert J. Heywood <robert.heywood@codethink.co.uk>2020-10-03 12:20:04 +0100
committerPedro Alvarez Piedehierro <pedro@alvarezpiedehierro.com>2020-10-05 08:38:31 +0000
commit80ad53609c9164e809f80a0ced320f3d6816b048 (patch)
treee98607a24a41553282cfe7cee78605813eb9768d
parent4d5120b4ec87a5448dd214da2c0824455c85472e (diff)
downloadlorries-80ad53609c9164e809f80a0ced320f3d6816b048.tar.gz
Lorry Controller: increase timeout to 3 daysrobjh/increase-timeout
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.
-rw-r--r--lorry-controller.conf2
1 files changed, 1 insertions, 1 deletions
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,