URL: https://github.com/freeipa/freeipa/pull/4512
Author: fcami
 Title: #4512: [Backport][ipa-4-8] ipatests: Fix healthcheck timeout ipa 4 8
Action: opened

PR body:
"""
CHERRY-PICK OF https://github.com/freeipa/freeipa/pull/4507 with MANUAL MERGE

test_ipahealthcheck tends to take more than 3600s to run.
Increate timeout to 4800s.

Fixes: https://pagure.io/freeipa/issue/8262
Signed-off-by: François Cami <fc...@redhat.com>
Reviewed-By: Armando Neto <abiag...@redhat.com>
"""

To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/4512/head:pr4512
git checkout pr4512
From 66e43d82a4251d29856427c9dce723c08c9e0a12 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fran=C3=A7ois=20Cami?= <fc...@redhat.com>
Date: Tue, 7 Apr 2020 23:59:55 +0200
Subject: [PATCH] ipatests: increase test_ipahealthcheck timeout
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

test_ipahealthcheck tends to take more than 3600s to run.
Increate timeout to 4800s.

Fixes: https://pagure.io/freeipa/issue/8262
Signed-off-by: François Cami <fc...@redhat.com>
Reviewed-By: Armando Neto <abiag...@redhat.com>
---
 ipatests/prci_definitions/nightly_ipa-4-8_latest.yaml   | 2 +-
 ipatests/prci_definitions/nightly_ipa-4-8_previous.yaml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/ipatests/prci_definitions/nightly_ipa-4-8_latest.yaml b/ipatests/prci_definitions/nightly_ipa-4-8_latest.yaml
index 05e3445389..1d6434ea73 100644
--- a/ipatests/prci_definitions/nightly_ipa-4-8_latest.yaml
+++ b/ipatests/prci_definitions/nightly_ipa-4-8_latest.yaml
@@ -1338,7 +1338,7 @@ jobs:
         build_url: '{fedora-latest-ipa-4-8/build_url}'
         test_suite: test_integration/test_ipahealthcheck.py
         template: *ci-ipa-4-8-latest
-        timeout: 3600
+        timeout: 4800
         topology: *master_1repl
 
   fedora-latest-ipa-4-8/test_ntp_options:
diff --git a/ipatests/prci_definitions/nightly_ipa-4-8_previous.yaml b/ipatests/prci_definitions/nightly_ipa-4-8_previous.yaml
index 2ddd3f920f..48d3049e35 100644
--- a/ipatests/prci_definitions/nightly_ipa-4-8_previous.yaml
+++ b/ipatests/prci_definitions/nightly_ipa-4-8_previous.yaml
@@ -1338,7 +1338,7 @@ jobs:
         build_url: '{fedora-previous-ipa-4-8/build_url}'
         test_suite: test_integration/test_ipahealthcheck.py
         template: *ci-ipa-4-8-previous
-        timeout: 3600
+        timeout: 4800
         topology: *master_1repl
 
   fedora-previous-ipa-4-8/test_ntp_options:
_______________________________________________
FreeIPA-devel mailing list -- freeipa-devel@lists.fedorahosted.org
To unsubscribe send an email to freeipa-devel-le...@lists.fedorahosted.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedorahosted.org/archives/list/freeipa-devel@lists.fedorahosted.org

Reply via email to