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
Signed-off-by: François Cami <fcami@redhat.com>
Reviewed-By: Armando Neto <abiagion@redhat.com>
  • Loading branch information
fcami authored and flo-renaud committed Mar 28, 2020
1 parent 77ed091 commit ee80d0d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ipatests/prci_definitions/nightly_latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion ipatests/prci_definitions/nightly_previous.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion ipatests/prci_definitions/nightly_rawhide.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: *ci-master-frawhide
timeout: 3600
timeout: 7200
topology: *master_1repl_1client

fedora-rawhide/test_forced_client_enrolment:
Expand Down

0 comments on commit ee80d0d

Please sign in to comment.