URL: https://github.com/freeipa/freeipa/pull/4976 Author: flo-renaud Title: #4976: [Backport][ipa-4-6] ipatests: increase test_trust timeout Action: opened
PR body: """ This is a manual backport of PR #4973 to ipa-4-6. """ To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/4976/head:pr4976 git checkout pr4976
From fbb8b4afecdfd3112c04119e15dd1b94925d04a9 Mon Sep 17 00:00:00 2001 From: Florence Blanc-Renaud <f...@redhat.com> Date: Mon, 3 Aug 2020 19:23:40 +0200 Subject: [PATCH] ipatests: increase test_trust timeout The integration test test_trust is often failing on timeout. Add 30 minutes to increase the chances of completion. Signed-off-by: Florence Blanc-Renaud <f...@redhat.com> Reviewed-By: Francois Cami <fc...@redhat.com> --- ipatests/prci_definitions/nightly_ipa-4-6.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ipatests/prci_definitions/nightly_ipa-4-6.yaml b/ipatests/prci_definitions/nightly_ipa-4-6.yaml index 0b0a0ced89..eebc200a15 100644 --- a/ipatests/prci_definitions/nightly_ipa-4-6.yaml +++ b/ipatests/prci_definitions/nightly_ipa-4-6.yaml @@ -1228,7 +1228,7 @@ jobs: build_url: '{fedora-27/build_url}' test_suite: test_integration/test_trust.py template: *ci-master-f27 - timeout: 7200 + timeout: 9000 topology: *adroot_adchild_adtree_master_1client fedora-27/test_cert:
_______________________________________________ FreeIPA-devel mailing list -- freeipa-devel@lists.fedorahosted.org To unsubscribe send an email to freeipa-devel-le...@lists.fedorahosted.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedorahosted.org/archives/list/freeipa-devel@lists.fedorahosted.org