diff options
author | Kevin Hilman <khilman@baylibre.com> | 2018-10-06 18:57:25 +0200 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2018-10-06 18:57:25 +0200 |
commit | c4a103d9ddbc200da15356f208be8f8d3cdeed13 (patch) | |
tree | e3a8aa3b4e331a3e868ef41937de39f0fd503985 /templates | |
parent | 88ef8e5daa50f58a6e5515e7ffaf1a9b0be40867 (diff) |
tests/yocto-ptest: increase timeout to 30m
Change-Id: I67c8b924a367dec280b3b1acdb72522d0c2e7845
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
Diffstat (limited to 'templates')
-rw-r--r-- | templates/tests/yocto-ptest.jinja2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/tests/yocto-ptest.jinja2 b/templates/tests/yocto-ptest.jinja2 index bf221ef..02fc338 100644 --- a/templates/tests/yocto-ptest.jinja2 +++ b/templates/tests/yocto-ptest.jinja2 @@ -1,6 +1,6 @@ - test: timeout: - minutes: 10 + minutes: 30 definitions: - repository: https://git.automotivelinux.org/src/qa-testdefinitions from: git |