mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
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:
parent
fb58b76a80
commit
8c93e2fb0b
@ -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:
|
||||
|
@ -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:
|
||||
|
@ -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:
|
||||
|
@ -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]
|
||||
|
@ -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]
|
||||
|
@ -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:
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user