From 589c7fd0f75fe1d83817df7e3b14bf0ecd63d643 Mon Sep 17 00:00:00 2001 From: François Cami Date: Apr 15 2020 12:31:37 +0000 Subject: ipatests: increase test_webui_server timeout 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 Reviewed-By: Armando Neto Reviewed-By: Armando Neto Reviewed-By: Alexander Bokovoy Reviewed-By: Michal Polovka --- diff --git a/ipatests/prci_definitions/nightly_ipa-4-8_latest.yaml b/ipatests/prci_definitions/nightly_ipa-4-8_latest.yaml index 1d6434e..f50686c 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 48d3049..590da34 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: