From 33f6fe5611d1346ac37339aded8ebca70fa894de Mon Sep 17 00:00:00 2001 From: Jonathan Rajotte Date: Thu, 29 Nov 2018 15:55:52 -0500 Subject: [PATCH] LAVA: increase timeout Signed-off-by: Jonathan Rajotte --- scripts/system-tests/template_lava_job.jinja2 | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/scripts/system-tests/template_lava_job.jinja2 b/scripts/system-tests/template_lava_job.jinja2 index ed18acc..c7ac308 100644 --- a/scripts/system-tests/template_lava_job.jinja2 +++ b/scripts/system-tests/template_lava_job.jinja2 @@ -3,6 +3,13 @@ job_name: {{ job_name }} timeouts: job: hours: 2 + action: + hours: 2 + connection: + minutes: 4 + connections: + lava-test-shell: + minutes: 4 priority: medium visibility: public context: -- 2.34.1