diff options
author | Corentin LABBE <clabbe@baylibre.com> | 2018-12-18 14:39:09 +0100 |
---|---|---|
committer | Corentin LABBE <clabbe@baylibre.com> | 2018-12-18 14:45:05 +0100 |
commit | 79bdb653b6b34026da2aa8686ace4f5cee30d954 (patch) | |
tree | c69c7848c53a3f5bb0db0f46fa3749f3d9c65cfe | |
parent | 6e3717bb736ae6db3e9c7773a4945254245cb3f6 (diff) |
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 <clabbe@baylibre.com>
-rw-r--r-- | templates/tests/can.jinja2 | 2 |
1 files changed, 1 insertions, 1 deletions
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 |