aboutsummaryrefslogtreecommitdiff
path: root/openembedded-lkft
diff options
context:
space:
mode:
authorAnders Roxell <anders.roxell@linaro.org>2019-08-07 10:45:48 +0200
committerNaresh Kamboju <naresh.kamboju@linaro.org>2019-08-07 14:27:51 +0000
commitef85c0bb07a3170ecdf4f4e7e5a2dc856288f56c (patch)
tree2614abd717750843fd593b2f53d81b8b57731167 /openembedded-lkft
parentf656dcbd1ee716305628f93eef79e7ee8e953c14 (diff)
lkft: testplan: increase the ssuite timeout
The timeout needed to be longer since some I/O schedulers don't control I/O, so completing tasks that involve I/O may take a lot of time. Change-Id: I767ad6746312c44b53b5d075a86cf775e165d990 Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
Diffstat (limited to 'openembedded-lkft')
-rw-r--r--openembedded-lkft/lava-job-definitions/master/template-ssuite.yaml.jinja22
1 files changed, 1 insertions, 1 deletions
diff --git a/openembedded-lkft/lava-job-definitions/master/template-ssuite.yaml.jinja2 b/openembedded-lkft/lava-job-definitions/master/template-ssuite.yaml.jinja2
index 513800ec..08565436 100644
--- a/openembedded-lkft/lava-job-definitions/master/template-ssuite.yaml.jinja2
+++ b/openembedded-lkft/lava-job-definitions/master/template-ssuite.yaml.jinja2
@@ -1,6 +1,6 @@
{% extends device_type %}
-{% set job_timeout = 75 %}
+{% set job_timeout = 85 %}
{% block metadata %}
{{ super() }}
ssuite__url: "{{SSUITE_URL | default('unknown')}}"