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

PR body:
"""
MANUAL cherry-pick of https://github.com/freeipa/freeipa/pull/4514
Self-ACKing as this is straightforward.

test_webui_server tends to take more than 3600s to run.
Increase timeout to 7200s.

Fixes: https://pagure.io/freeipa/issue/8266
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/4529/head:pr4529
git checkout pr4529
From 831865eca6a25ea7afe9c1d8284be8b8343291a9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fran=C3=A7ois=20Cami?= <fc...@redhat.com>
Date: Fri, 10 Apr 2020 11:02:16 +0200
Subject: [PATCH] ipatests: increase test_webui_server timeout
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

test_webui_server tends to take more than 3600s to run.
Increase timeout to 7200s.

Fixes: https://pagure.io/freeipa/issue/8266
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 1d6434ea73..f50686c5fd 100644
--- a/ipatests/prci_definitions/nightly_ipa-4-8_latest.yaml
+++ b/ipatests/prci_definitions/nightly_ipa-4-8_latest.yaml
@@ -1240,7 +1240,7 @@ jobs:
           test_webui/test_realmdomains.py
           test_webui/test_trust.py
         template: *ci-ipa-4-8-latest
-        timeout: 3600
+        timeout: 7200
         topology: *ipaserver
 
   fedora-latest-ipa-4-8/test_webui_service:
diff --git a/ipatests/prci_definitions/nightly_ipa-4-8_previous.yaml b/ipatests/prci_definitions/nightly_ipa-4-8_previous.yaml
index 48d3049e35..590da34513 100644
--- a/ipatests/prci_definitions/nightly_ipa-4-8_previous.yaml
+++ b/ipatests/prci_definitions/nightly_ipa-4-8_previous.yaml
@@ -1240,7 +1240,7 @@ jobs:
           test_webui/test_realmdomains.py
           test_webui/test_trust.py
         template: *ci-ipa-4-8-previous
-        timeout: 3600
+        timeout: 7200
         topology: *ipaserver
 
   fedora-previous-ipa-4-8/test_webui_service:
_______________________________________________
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