diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2018-09-28 14:16:25 +0200 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2018-09-28 14:16:25 +0200 |
commit | 3c9a2bf911fe0ff60a784b292d11a1055ba81f65 (patch) | |
tree | 69815c2c0c266ddf87b44e3b43b4e7290b67f64e /templates/tests | |
parent | efbdf81389f785cd6401fe374ca8da5e72735ecf (diff) |
Extend timeouts, add callback and gitignore
Change-Id: Ib28d25e1efd0033458fa9ae787610a8de9f5d275
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'templates/tests')
-rw-r--r-- | templates/tests/yocto-ptest.jinja2 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/tests/yocto-ptest.jinja2 b/templates/tests/yocto-ptest.jinja2 index aad51c4..bf221ef 100644 --- a/templates/tests/yocto-ptest.jinja2 +++ b/templates/tests/yocto-ptest.jinja2 @@ -1,4 +1,6 @@ - test: + timeout: + minutes: 10 definitions: - repository: https://git.automotivelinux.org/src/qa-testdefinitions from: git |