ipatests: increase timeout for test_trust

The timeout for test_trust is too short (6000s) and
the nightly tests often fail. Increase to 7200s.

Fixes: https://pagure.io/freeipa/issue/9326

Signed-off-by: Florence Blanc-Renaud <flo@redhat.com>
Reviewed-By: Anuja More <amore@redhat.com>
This commit is contained in:
Florence Blanc-Renaud 2023-03-24 09:30:55 +01:00
parent e07ead943a
commit ae014c6a3e
3 changed files with 3 additions and 3 deletions

View File

@ -1651,7 +1651,7 @@ jobs:
build_url: '{fedora-latest-ipa-4-10/build_url}'
test_suite: test_integration/test_trust.py::TestTrust
template: *ci-ipa-4-10-latest
timeout: 6000
timeout: 7200
topology: *adroot_adchild_adtree_master_1client
fedora-latest-ipa-4-10/test_trust_autoprivate:

View File

@ -1782,7 +1782,7 @@ jobs:
selinux_enforcing: True
test_suite: test_integration/test_trust.py::TestTrust
template: *ci-ipa-4-10-latest
timeout: 6000
timeout: 7200
topology: *adroot_adchild_adtree_master_1client
fedora-latest-ipa-4-10/test_trust_autoprivate:

View File

@ -1651,7 +1651,7 @@ jobs:
build_url: '{fedora-previous-ipa-4-10/build_url}'
test_suite: test_integration/test_trust.py
template: *ci-ipa-4-10-previous
timeout: 6000
timeout: 7200
topology: *adroot_adchild_adtree_master_1client
fedora-previous-ipa-4-10/test_trust_autoprivate: