aboutsummaryrefslogtreecommitdiff
path: root/openembedded-lkft
diff options
context:
space:
mode:
authorDan Rue <dan.rue@linaro.org>2019-12-03 15:22:13 -0600
committerDan Rue <dan.rue@linaro.org>2019-12-03 15:22:13 -0600
commit14a8e7116412879d3917777d0b7b576788fcf8e6 (patch)
tree2c0b537e0c1ed70c1d6e62d599a2d326c422af4b /openembedded-lkft
parenta104e3468d08ccca7be0c4c5f45bc638a3ca90cd (diff)
LKFT: Increase default timeouts in LKFT jobs
Due to the increased time introduced in fc43043a20d5 ("lkft: add LXC to fastboot machines"), increase the overall job timeout by 10 minutes. Change-Id: I44a979a2afb8d6212a6d705088f37f707b2de171 Signed-off-by: Dan Rue <dan.rue@linaro.org>
Diffstat (limited to 'openembedded-lkft')
-rw-r--r--openembedded-lkft/lava-job-definitions/lkft.jinja22
1 files changed, 1 insertions, 1 deletions
diff --git a/openembedded-lkft/lava-job-definitions/lkft.jinja2 b/openembedded-lkft/lava-job-definitions/lkft.jinja2
index 4a3bed51..673ca465 100644
--- a/openembedded-lkft/lava-job-definitions/lkft.jinja2
+++ b/openembedded-lkft/lava-job-definitions/lkft.jinja2
@@ -3,7 +3,7 @@
{% block global_settings %}
timeouts:
job:
- minutes: {% if job_timeout is defined %}{{ job_timeout + 10 }}{% else %}20{% endif %}
+ minutes: {% if job_timeout is defined %}{{ job_timeout + 20 }}{% else %}30{% endif %}
connection:
minutes: 2