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:
François Cami 2020-03-28 11:57:16 +01:00 committed by Florence Blanc-Renaud
parent 77ed0918a7
commit ee80d0dbfb
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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