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
Reviewed-By: Sergey Orlov <sorlov@redhat.com>
This commit is contained in:
François Cami
2020-03-31 14:51:26 +02:00
committed by Sergey Orlov
parent a02df530a6
commit 0fb0d2f117

View File

@@ -182,7 +182,7 @@ jobs:
update_packages: True
test_suite: test_integration/test_fips.py
template: *testing-master-latest
timeout: 3600
timeout: 7200
topology: *master_1repl_1client
testing-fedora/test_forced_client_enrolment: