diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2018-10-12 22:55:17 +0200 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2018-10-12 23:19:36 +0200 |
commit | 7e5d6f70e793ed11c1c1562f5ff552ee30c17840 (patch) | |
tree | d172aea58037c4505707ce831629ade86ec65e67 /templates/tests | |
parent | 3be9ed75f7679917464e3d85683932f6e14a2d5f (diff) |
Increase timeout for ptests
the emulated runs (qemu*) take quite some time.
Extend the timeout.
Change-Id: I9fc924930655d11902fa3e7b224f5239af58d594
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, 1 insertions, 1 deletions
diff --git a/templates/tests/yocto-ptest.jinja2 b/templates/tests/yocto-ptest.jinja2 index 02fc338..6c23e67 100644 --- a/templates/tests/yocto-ptest.jinja2 +++ b/templates/tests/yocto-ptest.jinja2 @@ -1,6 +1,6 @@ - test: timeout: - minutes: 30 + minutes: 60 definitions: - repository: https://git.automotivelinux.org/src/qa-testdefinitions from: git |