Skip to content

Commit

Permalink
pr-ci templates: update test_fips timeouts
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
fcami authored and sorlov-rh committed Apr 2, 2020
1 parent a02df53 commit 0fb0d2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ipatests/prci_definitions/nightly_latest_testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 0fb0d2f

Please sign in to comment.