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 <rcritten@redhat.com>
Reviewed-By: Florence Blanc-Renaud <flo@redhat.com>
This commit is contained in:
Rob Crittenden 2021-03-24 10:24:49 -04:00 committed by Florence Blanc-Renaud
parent fb58b76a80
commit 8c93e2fb0b
7 changed files with 7 additions and 7 deletions

View File

@ -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:

View File

@ -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:

View File

@ -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:

View File

@ -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]

View File

@ -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]

View File

@ -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:

View File

@ -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: