From 9cbc04a08070428098383e39695c023c22c22f92 Mon Sep 17 00:00:00 2001
From: Philip Withnall <philip.withnall@collabora.co.uk>
Date: Thu, 10 Sep 2015 18:22:33 +0100
Subject: [PATCH] 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: Philip Withnall <philip.withnall@collabora.co.uk>
Reviewed-by: Luis Araujo <luis.araujo@collabora.com>
Differential Revision: https://phabricator.apertis.org/D429
---
 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 02f2ead..7800456 100644
--- a/common/telepathy-gabble.yaml
+++ b/common/telepathy-gabble.yaml
@@ -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:
diff --git a/templates/group-common-tpl.json b/templates/group-common-tpl.json
index c6a7f5d..ac95c42 100644
--- a/templates/group-common-tpl.json
+++ b/templates/group-common-tpl.json
@@ -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",
-- 
GitLab