From 8c93e2fb0b151a0a459ad68880b59494f6aeb33c Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Wed, 24 Mar 2021 10:24:49 -0400 Subject: [PATCH] Increase timeout for TestIpaHealthCheck to 5400s During development of a fix to workaround certmonger effectivly hanging server uninstallation the test was re-worked to force uninstall during the test execution itself. https://pagure.io/freeipa/issue/8506 Signed-off-by: Rob Crittenden Reviewed-By: Florence Blanc-Renaud --- ipatests/prci_definitions/nightly_latest.yaml | 2 +- ipatests/prci_definitions/nightly_latest_pki.yaml | 2 +- ipatests/prci_definitions/nightly_latest_selinux.yaml | 2 +- ipatests/prci_definitions/nightly_latest_testing.yaml | 2 +- ipatests/prci_definitions/nightly_latest_testing_selinux.yaml | 2 +- ipatests/prci_definitions/nightly_previous.yaml | 2 +- ipatests/prci_definitions/nightly_rawhide.yaml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/ipatests/prci_definitions/nightly_latest.yaml b/ipatests/prci_definitions/nightly_latest.yaml index 865b644c3..047ffb776 100644 --- a/ipatests/prci_definitions/nightly_latest.yaml +++ b/ipatests/prci_definitions/nightly_latest.yaml @@ -1363,7 +1363,7 @@ jobs: build_url: '{fedora-latest/build_url}' test_suite: test_integration/test_ipahealthcheck.py::TestIpaHealthCheck template: *ci-master-latest - timeout: 3600 + timeout: 5400 topology: *master_1repl fedora-latest/test_ipahealthcheck_nodns_extca_file: diff --git a/ipatests/prci_definitions/nightly_latest_pki.yaml b/ipatests/prci_definitions/nightly_latest_pki.yaml index a4f8bde5a..96e4f0ca3 100644 --- a/ipatests/prci_definitions/nightly_latest_pki.yaml +++ b/ipatests/prci_definitions/nightly_latest_pki.yaml @@ -797,7 +797,7 @@ jobs: update_packages: True test_suite: test_integration/test_ipahealthcheck.py::TestIpaHealthCheck template: *pki-master-latest - timeout: 3600 + timeout: 5400 topology: *master_1repl pki-fedora/test_ipahealthcheck_nodns_extca_file: diff --git a/ipatests/prci_definitions/nightly_latest_selinux.yaml b/ipatests/prci_definitions/nightly_latest_selinux.yaml index 41a87977d..e74c9e125 100644 --- a/ipatests/prci_definitions/nightly_latest_selinux.yaml +++ b/ipatests/prci_definitions/nightly_latest_selinux.yaml @@ -1470,7 +1470,7 @@ jobs: selinux_enforcing: True test_suite: test_integration/test_ipahealthcheck.py::TestIpaHealthCheck template: *ci-master-latest - timeout: 3600 + timeout: 5400 topology: *master_1repl fedora-latest/test_ipahealthcheck_nodns_extca_file: diff --git a/ipatests/prci_definitions/nightly_latest_testing.yaml b/ipatests/prci_definitions/nightly_latest_testing.yaml index ade463be6..1cf1aa6f2 100644 --- a/ipatests/prci_definitions/nightly_latest_testing.yaml +++ b/ipatests/prci_definitions/nightly_latest_testing.yaml @@ -1471,7 +1471,7 @@ jobs: test_suite: test_integration/test_ipahealthcheck.py::TestIpaHealthCheck template: *testing-master-latest topology: *master_1repl - timeout: 3600 + timeout: 5400 testing-fedora/test_ipahealthcheck_nodns_extca_file: requires: [testing-fedora/build] diff --git a/ipatests/prci_definitions/nightly_latest_testing_selinux.yaml b/ipatests/prci_definitions/nightly_latest_testing_selinux.yaml index feba3b108..104cf844a 100644 --- a/ipatests/prci_definitions/nightly_latest_testing_selinux.yaml +++ b/ipatests/prci_definitions/nightly_latest_testing_selinux.yaml @@ -1578,7 +1578,7 @@ jobs: test_suite: test_integration/test_ipahealthcheck.py::TestIpaHealthCheck template: *testing-master-latest topology: *master_1repl - timeout: 3600 + timeout: 5400 testing-fedora/test_ipahealthcheck_nodns_extca_file: requires: [testing-fedora/build] diff --git a/ipatests/prci_definitions/nightly_previous.yaml b/ipatests/prci_definitions/nightly_previous.yaml index befe0d70c..ade4eadc9 100644 --- a/ipatests/prci_definitions/nightly_previous.yaml +++ b/ipatests/prci_definitions/nightly_previous.yaml @@ -1363,7 +1363,7 @@ jobs: build_url: '{fedora-previous/build_url}' test_suite: test_integration/test_ipahealthcheck.py::TestIpaHealthCheck template: *ci-master-previous - timeout: 3600 + timeout: 5400 topology: *master_1repl fedora-previous/test_ipahealthcheck_nodns_extca_file: diff --git a/ipatests/prci_definitions/nightly_rawhide.yaml b/ipatests/prci_definitions/nightly_rawhide.yaml index b09d6ccde..847abbb57 100644 --- a/ipatests/prci_definitions/nightly_rawhide.yaml +++ b/ipatests/prci_definitions/nightly_rawhide.yaml @@ -1469,7 +1469,7 @@ jobs: update_packages: True test_suite: test_integration/test_ipahealthcheck.py::TestIpaHealthCheck template: *ci-master-frawhide - timeout: 3600 + timeout: 5400 topology: *master_1repl fedora-rawhide/test_ipahealthcheck_nodns_extca_file: