From 917197d0e3a8e916e59784b418ecf5ef2f241043 Mon Sep 17 00:00:00 2001 From: Jan-Simon Moeller Date: Wed, 18 Mar 2020 16:26:36 +0100 Subject: 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 Change-Id: If913db0a5984b1d4403cfb759797809a860bac6f --- templates/base/agl-base.jinja2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/base/agl-base.jinja2') 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 -- cgit 1.2.3-korg