From e574e80cb7e2a87c09b709db8a70696316637ada Mon Sep 17 00:00:00 2001 From: Philip Withnall <philip.withnall@collabora.co.uk> Date: Tue, 30 Aug 2016 17:42:23 +0100 Subject: [PATCH] common: Double the timeout for common/telepathy-gabble.yaml again It seems that importing pyopenssl now takes longer than it did before, which affects each iteration of the telepathy-gabble tests, and makes them take a little more than the 30 minute timeout on an i.MX6. Double the timeout again to prevent test failures even when the tests are making progress. Signed-off-by: Philip Withnall <philip.withnall@collabora.co.uk> Reviewed-by: Luis Araujo <luis.araujo@collabora.com> Differential Revision: https://phabricator.apertis.org/D4122 --- common/telepathy-gabble.yaml | 2 +- templates/group-common-tpl.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/common/telepathy-gabble.yaml b/common/telepathy-gabble.yaml index 7800456..7a72c30 100644 --- a/common/telepathy-gabble.yaml +++ b/common/telepathy-gabble.yaml @@ -16,7 +16,7 @@ install: run: steps: - - common/run-test-in-systemd --timeout=1800 --basename /usr/lib/telepathy-gabble-tests/twisted/run-test.sh + - common/run-test-in-systemd --timeout=3600 --basename /usr/lib/telepathy-gabble-tests/twisted/run-test.sh parse: fixupdict: diff --git a/templates/group-common-tpl.json b/templates/group-common-tpl.json index c0b4cd6..c33e333 100644 --- a/templates/group-common-tpl.json +++ b/templates/group-common-tpl.json @@ -324,7 +324,7 @@ { "command": "lava_test_shell", "parameters": { - "timeout": 1900, + "timeout": 3700, "testdef_repos": [ { "git-repo": "https://git.apertis.org/git/apertis-tests.git", -- GitLab