Skip to content
Snippets Groups Projects
Commit e574e80c authored by Philip Withnall's avatar Philip Withnall
Browse files

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: default avatarPhilip Withnall <philip.withnall@collabora.co.uk>
Reviewed-by: default avatarLuis Araujo <luis.araujo@collabora.com>
Differential Revision: https://phabricator.apertis.org/D4122
parent cceff411
No related branches found
No related tags found
No related merge requests found
...@@ -16,7 +16,7 @@ install: ...@@ -16,7 +16,7 @@ install:
run: run:
steps: 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: parse:
fixupdict: fixupdict:
......
...@@ -324,7 +324,7 @@ ...@@ -324,7 +324,7 @@
{ {
"command": "lava_test_shell", "command": "lava_test_shell",
"parameters": { "parameters": {
"timeout": 1900, "timeout": 3700,
"testdef_repos": [ "testdef_repos": [
{ {
"git-repo": "https://git.apertis.org/git/apertis-tests.git", "git-repo": "https://git.apertis.org/git/apertis-tests.git",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment