From 7e5d6f70e793ed11c1c1562f5ff552ee30c17840 Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Fri, 12 Oct 2018 22:55:17 +0200 Subject: Increase timeout for ptests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit the emulated runs (qemu*) take quite some time. Extend the timeout. Change-Id: I9fc924930655d11902fa3e7b224f5239af58d594 Signed-off-by: Jan-Simon Möller --- templates/tests/yocto-ptest.jinja2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/tests') 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 -- cgit 1.2.3-korg