summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--templates/tests/ci.jinja24
-rw-r--r--templates/tests/release.jinja24
2 files changed, 4 insertions, 4 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"
diff --git a/templates/tests/release.jinja2 b/templates/tests/release.jinja2
index be39fec..b6c0927 100644
--- a/templates/tests/release.jinja2
+++ b/templates/tests/release.jinja2
@@ -16,7 +16,7 @@
- test:
timeout:
- minutes: 60
+ minutes: 90
definitions:
- repository: https://git.linaro.org/qa/test-definitions.git
from: git
@@ -24,4 +24,4 @@
path: automated/linux/ptest/ptest.yaml
name: release-linaro-ptest
parameters:
- TESTS: "acl attr coreutils dbus-test glib-2.0 lua"
+ TESTS: "dbus-test glib-2.0 lua"