diff options
Diffstat (limited to 'templates/tests/ci.jinja2')
-rw-r--r-- | templates/tests/ci.jinja2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/tests/ci.jinja2 b/templates/tests/ci.jinja2 index 69fbf23..87bf471 100644 --- a/templates/tests/ci.jinja2 +++ b/templates/tests/ci.jinja2 @@ -24,7 +24,7 @@ - test: timeout: - minutes: 60 + minutes: 90 definitions: - repository: https://git.linaro.org/qa/test-definitions.git from: git @@ -32,4 +32,4 @@ path: automated/linux/ptest/ptest.yaml name: ci-linaro-ptest parameters: - TESTS: "acl attr coreutils dbus-test glib-2.0 lua" + TESTS: "dbus-test glib-2.0 lua" |