diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2020-03-18 16:26:36 +0100 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2020-03-18 16:48:02 +0100 |
commit | 917197d0e3a8e916e59784b418ecf5ef2f241043 (patch) | |
tree | 799413bcce58f23c18240d8ae0ba12745ea98581 /templates/base/agl-base.jinja2 | |
parent | 6474bf2b129efc211f94c7672a32729149f2e1c3 (diff) |
Update timeouts based on job profile
The current job workload can take more than 15 minutes to boot on e.g. qemuarm
during firstboot.
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Change-Id: If913db0a5984b1d4403cfb759797809a860bac6f
Diffstat (limited to 'templates/base/agl-base.jinja2')
-rw-r--r-- | templates/base/agl-base.jinja2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base/agl-base.jinja2 b/templates/base/agl-base.jinja2 index 0bc7188..592970c 100644 --- a/templates/base/agl-base.jinja2 +++ b/templates/base/agl-base.jinja2 @@ -26,7 +26,7 @@ timeouts: minutes: {{ connection_timeout }} connections: lava-test-shell: - minutes: 10 + minutes: 15 priority: {{ priority }} visibility: public |