From 79bdb653b6b34026da2aa8686ace4f5cee30d954 Mon Sep 17 00:00:00 2001 From: Corentin LABBE Date: Tue, 18 Dec 2018 14:39:09 +0100 Subject: templates/tests/can: increase timeout for CAN tests 3 minutes are too short for CAN tests, upgrade timeout to 10. Fixes: SPEC-1842 Change-Id: Ieb60f706959ea154301a5f6a332abc6671211f5d Signed-off-by: Corentin LABBE --- templates/tests/can.jinja2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/tests/can.jinja2 b/templates/tests/can.jinja2 index ab70ef0..229985f 100644 --- a/templates/tests/can.jinja2 +++ b/templates/tests/can.jinja2 @@ -1,7 +1,7 @@ - test: timeout: - minutes: 3 + minutes: 10 definitions: - repository: https://git.automotivelinux.org/src/qa-testdefinitions from: git -- cgit 1.2.3-korg