From afd608b2300c98996323e1801fdc3578aecc0430 Mon Sep 17 00:00:00 2001 From: Jonathan Rajotte Date: Thu, 29 Apr 2021 08:31:57 -0400 Subject: [PATCH] lava: bump jobs timeout to 5 hours The system tests now run more tests. It is still not clear if this is pertinent but so far many jobs timeout at 3 hours on the rate limiting tests. Signed-off-by: Jonathan Rajotte --- scripts/system-tests/template_lava_job.jinja2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/system-tests/template_lava_job.jinja2 b/scripts/system-tests/template_lava_job.jinja2 index 9e8694f..d47ad11 100644 --- a/scripts/system-tests/template_lava_job.jinja2 +++ b/scripts/system-tests/template_lava_job.jinja2 @@ -2,9 +2,9 @@ device_type: x86 job_name: {{ job_name }} timeouts: job: - hours: 3 + hours: 5 action: - hours: 3 + hours: 5 connection: minutes: 4 connections: -- 2.34.1