mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
pr-ci templates: update test_fips timeouts
test_fips takes between 45 and ~80 mins to run. The templates' timeout was 3600s which is too short for successful execution. 7200s should do. Fixes: https://pagure.io/freeipa/issue/8247 Signed-off-by: François Cami <fcami@redhat.com> Reviewed-By: Armando Neto <abiagion@redhat.com>
This commit is contained in:
parent
77ed0918a7
commit
ee80d0dbfb
@ -172,7 +172,7 @@ jobs:
|
||||
build_url: '{fedora-latest/build_url}'
|
||||
test_suite: test_integration/test_fips.py
|
||||
template: *ci-master-latest
|
||||
timeout: 3600
|
||||
timeout: 7200
|
||||
topology: *master_1repl_1client
|
||||
|
||||
fedora-latest/test_forced_client_enrolment:
|
||||
|
@ -172,7 +172,7 @@ jobs:
|
||||
build_url: '{fedora-previous/build_url}'
|
||||
test_suite: test_integration/test_fips.py
|
||||
template: *ci-master-previous
|
||||
timeout: 3600
|
||||
timeout: 7200
|
||||
topology: *master_1repl_1client
|
||||
|
||||
fedora-previous/test_forced_client_enrolment:
|
||||
|
@ -182,7 +182,7 @@ jobs:
|
||||
update_packages: True
|
||||
test_suite: test_integration/test_fips.py
|
||||
template: *ci-master-frawhide
|
||||
timeout: 3600
|
||||
timeout: 7200
|
||||
topology: *master_1repl_1client
|
||||
|
||||
fedora-rawhide/test_forced_client_enrolment:
|
||||
|
Loading…
Reference in New Issue
Block a user