From 63ace945aef82409c093033bd9003dae2d02a722 Mon Sep 17 00:00:00 2001 From: Salendarsingh Gaud Date: Fri, 10 Jul 2026 10:44:46 +0530 Subject: [PATCH] ci: Increase timeout for tests As the test cases increased, the run time for tests has increased and lava job gets timed out before tests complete, increase timeout for tests and overall job. Signed-off-by: Salendarsingh Gaud --- templates/lava_job_template.jinja2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/lava_job_template.jinja2 b/templates/lava_job_template.jinja2 index 2751dee..da56b49 100644 --- a/templates/lava_job_template.jinja2 +++ b/templates/lava_job_template.jinja2 @@ -5,7 +5,7 @@ actions: {% if tests_count %} - test: timeout: - minutes: 20 + minutes: 40 definitions: {% for test in node.tests %} - repository: "{{test.repository}}" @@ -24,7 +24,7 @@ timeouts: power-off: seconds: 30 job: - minutes: 30 + minutes: 50 queue: days: 2 visibility: public