Skip to content

Commit

Permalink
ipatests: increase test_ipahealthcheck timeout
Browse files Browse the repository at this point in the history
test_ipahealthcheck tends to take more than 3600s to run.
Increate timeout to 4800s.

Fixes: https://pagure.io/freeipa/issue/8262
Signed-off-by: François Cami <fcami@redhat.com>
Reviewed-By: Armando Neto <abiagion@redhat.com>
  • Loading branch information
fcami authored and abbra committed Apr 9, 2020
1 parent ba162b9 commit 8a793b7
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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 @@ -1338,7 +1338,7 @@ jobs:
build_url: '{fedora-latest/build_url}'
test_suite: test_integration/test_ipahealthcheck.py
template: *ci-master-latest
timeout: 3600
timeout: 4800
topology: *master_1repl

fedora-latest/test_ntp_options:
Expand Down
2 changes: 1 addition & 1 deletion ipatests/prci_definitions/nightly_latest_pki.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -793,7 +793,7 @@ jobs:
update_packages: True
test_suite: test_integration/test_ipahealthcheck.py
template: *pki-master-latest
timeout: 3600
timeout: 4800
topology: *master_1repl

pki-fedora/test_pkinit_manage:
Expand Down
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 @@ -1443,7 +1443,7 @@ jobs:
update_packages: True
test_suite: test_integration/test_ipahealthcheck.py
template: *testing-master-latest
timeout: 3600
timeout: 4800

testing-fedora/test_ntp_options:
requires: [testing-fedora/build]
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 @@ -1338,7 +1338,7 @@ jobs:
build_url: '{fedora-previous/build_url}'
test_suite: test_integration/test_ipahealthcheck.py
template: *ci-master-previous
timeout: 3600
timeout: 4800
topology: *master_1repl

fedora-previous/test_ntp_options:
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 @@ -1443,7 +1443,7 @@ jobs:
update_packages: True
test_suite: test_integration/test_ipahealthcheck.py
template: *ci-master-frawhide
timeout: 3600
timeout: 4800
topology: *master_1repl

fedora-rawhide/test_ntp_options:
Expand Down

0 comments on commit 8a793b7

Please sign in to comment.