mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-23 15:40:01 -06:00
test_cert.py is timing out due to newly added test test_cert.py::TestCertmongerRekey which needs more time to execute. Adding additional 30 mins to the timeout in order to complete the test run
Failing test run: http://freeipa-org-pr-ci.s3-website.eu-central-1.amazonaws.com/jobs/249e30e4-e349-11ea-ac03-fa163e1ffcbd Signed-off-by: Sumedh Sidhaye <ssidhaye@redhat.com> Reviewed-By: Florence Blanc-Renaud <flo@redhat.com>
This commit is contained in:
parent
1abeb85fba
commit
3f5f68e770
@ -284,7 +284,7 @@ jobs:
|
||||
build_url: '{fedora-latest/build_url}'
|
||||
test_suite: test_integration/test_cert.py
|
||||
template: *ci-master-latest
|
||||
timeout: 3600
|
||||
timeout: 5400
|
||||
topology: *master_1repl_1client
|
||||
|
||||
fedora-latest/test_upgrade:
|
||||
|
@ -1578,7 +1578,7 @@ jobs:
|
||||
build_url: '{fedora-latest/build_url}'
|
||||
test_suite: test_integration/test_cert.py
|
||||
template: *ci-master-latest
|
||||
timeout: 3600
|
||||
timeout: 5400
|
||||
topology: *master_1repl_1client
|
||||
|
||||
fedora-latest/test_epn:
|
||||
|
@ -1703,7 +1703,7 @@ jobs:
|
||||
update_packages: True
|
||||
test_suite: test_integration/test_cert.py
|
||||
template: *testing-master-latest
|
||||
timeout: 3600
|
||||
timeout: 5400
|
||||
topology: *master_1repl_1client
|
||||
|
||||
testing-fedora/test_epn:
|
||||
|
@ -1578,7 +1578,7 @@ jobs:
|
||||
build_url: '{fedora-previous/build_url}'
|
||||
test_suite: test_integration/test_cert.py
|
||||
template: *ci-master-previous
|
||||
timeout: 3600
|
||||
timeout: 5400
|
||||
topology: *master_1repl_1client
|
||||
|
||||
fedora-previous/test_epn:
|
||||
|
@ -1703,7 +1703,7 @@ jobs:
|
||||
update_packages: True
|
||||
test_suite: test_integration/test_cert.py
|
||||
template: *ci-master-frawhide
|
||||
timeout: 3600
|
||||
timeout: 5400
|
||||
topology: *master_1repl_1client
|
||||
|
||||
fedora-rawhide/test_epn:
|
||||
|
Loading…
Reference in New Issue
Block a user