Skip to content

Commit

Permalink
test_cert.py is timing out due to newly added test
Browse files Browse the repository at this point in the history
test_cert.py::TestCertmongerRekey which needs more time to execute.
Adding additional 30 mins to the timeout in order to complete the test run

Failing test run:
http://freeipa-org-pr-ci.s3-website.eu-central-1.amazonaws.com/jobs/249e30e4-e349-11ea-ac03-fa163e1ffcbd

Signed-off-by: Sumedh Sidhaye <ssidhaye@redhat.com>
  • Loading branch information
ssidhaye committed Aug 24, 2020
1 parent 8831b9b commit 80045e7
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/gating.yaml
Expand Up @@ -284,7 +284,7 @@ jobs:
build_url: '{fedora-latest/build_url}'
test_suite: test_integration/test_cert.py
template: *ci-master-latest
timeout: 3600
timeout: 5400
topology: *master_1repl_1client

fedora-latest/test_upgrade:
Expand Down
2 changes: 1 addition & 1 deletion ipatests/prci_definitions/nightly_latest.yaml
Expand Up @@ -1578,7 +1578,7 @@ jobs:
build_url: '{fedora-latest/build_url}'
test_suite: test_integration/test_cert.py
template: *ci-master-latest
timeout: 3600
timeout: 5400
topology: *master_1repl_1client

fedora-latest/test_epn:
Expand Down
2 changes: 1 addition & 1 deletion ipatests/prci_definitions/nightly_latest_testing.yaml
Expand Up @@ -1703,7 +1703,7 @@ jobs:
update_packages: True
test_suite: test_integration/test_cert.py
template: *testing-master-latest
timeout: 3600
timeout: 5400
topology: *master_1repl_1client

testing-fedora/test_epn:
Expand Down
2 changes: 1 addition & 1 deletion ipatests/prci_definitions/nightly_previous.yaml
Expand Up @@ -1578,7 +1578,7 @@ jobs:
build_url: '{fedora-previous/build_url}'
test_suite: test_integration/test_cert.py
template: *ci-master-previous
timeout: 3600
timeout: 5400
topology: *master_1repl_1client

fedora-previous/test_epn:
Expand Down
2 changes: 1 addition & 1 deletion ipatests/prci_definitions/nightly_rawhide.yaml
Expand Up @@ -1703,7 +1703,7 @@ jobs:
update_packages: True
test_suite: test_integration/test_cert.py
template: *ci-master-frawhide
timeout: 3600
timeout: 5400
topology: *master_1repl_1client

fedora-rawhide/test_epn:
Expand Down

0 comments on commit 80045e7

Please sign in to comment.