aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorCorentin LABBE <clabbe@baylibre.com>2019-06-13 09:24:11 +0200
committerGuillaume Tucker <guillaume.tucker@collabora.com>2019-06-13 15:59:52 +0100
commitef6fb32987dfd4f7d90a15fc449401b97149cefe (patch)
tree9b528ae7ea1d72ece853b1a7fc857cb3cf8527c5 /templates
parentc78c304384e7db775ef9f913ab62d2e7bbce5ed8 (diff)
Increase deploy timeout
On lab-baylibre, we have many slaves running on potato. While they are still powerful enough for running lot of jobs in parallel, they lack a bit on IO. So while running many deploy in parallel, they hit sometimes the deploy timeout. This patch increases the deploy timeout, 2 minutes is too short.
Diffstat (limited to 'templates')
-rw-r--r--templates/base/kernel-ci-base-tftp-deploy.jinja22
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base/kernel-ci-base-tftp-deploy.jinja2 b/templates/base/kernel-ci-base-tftp-deploy.jinja2
index 1e372ee..e0a545f 100644
--- a/templates/base/kernel-ci-base-tftp-deploy.jinja2
+++ b/templates/base/kernel-ci-base-tftp-deploy.jinja2
@@ -9,7 +9,7 @@
actions:
- deploy:
timeout:
- minutes: 2
+ minutes: 10
to: tftp
kernel:
url: {{ kernel_url }}