Skip to content
Snippets Groups Projects
Commit 9cbc04a0 authored by Philip Withnall's avatar Philip Withnall Committed by Sjoerd Simons
Browse files

common: Double the timeout for common/telepathy-gabble.yaml

On an i.MX6, this test can take around 15 minutes under normal
conditions, so any network delays are going to tip it over the edge and
cause test failures due to timeouts.

Double the timeout to 30 minutes to hopefully avoid this.

Bug: https://bugs.apertis.org/show_bug.cgi?id=476


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/D429
parent 618517fd
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@ install:
run:
steps:
- common/run-test-in-systemd --timeout=900 --basename /usr/lib/telepathy-gabble-tests/twisted/run-test.sh
- common/run-test-in-systemd --timeout=1800 --basename /usr/lib/telepathy-gabble-tests/twisted/run-test.sh
parse:
fixupdict:
......
......@@ -349,7 +349,7 @@
{
"command": "lava_test_shell",
"parameters": {
"timeout": 1000,
"timeout": 1900,
"testdef_repos": [
{
"git-repo": "https://lavagit:uT0ahxeiaiD5nie7@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