Skip to content

Commit

Permalink
This is a manual backport of freeipa#5053
Browse files Browse the repository at this point in the history
Increase test_cert.py timeout from 3600 to 5400
to accomodate newly added tests that need more time
to execute

Signed-off-by: Sumedh Sidhaye <ssidhaye@redhat.com>
Reviewed-By: Alexander Bokovoy <abbra@users.noreply.github.com>
  • Loading branch information
ssidhaye authored and flo-renaud committed Aug 24, 2020
1 parent 19ec19c commit 6662f5f
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/gating.yaml
Expand Up @@ -284,7 +284,7 @@ jobs:
build_url: '{fedora-latest-ipa-4-8/build_url}'
test_suite: test_integration/test_cert.py
template: *ci-ipa-4-8-latest
timeout: 3600
timeout: 5400
topology: *master_1repl_1client

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

fedora-latest-ipa-4-8/test_epn:
Expand Down
2 changes: 1 addition & 1 deletion ipatests/prci_definitions/nightly_ipa-4-8_previous.yaml
Expand Up @@ -1579,7 +1579,7 @@ jobs:
build_url: '{fedora-previous-ipa-4-8/build_url}'
test_suite: test_integration/test_cert.py
template: *ci-ipa-4-8-previous
timeout: 3600
timeout: 5400
topology: *master_1repl_1client

fedora-previous-ipa-4-8/test_epn:
Expand Down

0 comments on commit 6662f5f

Please sign in to comment.