URL: https://github.com/freeipa/freeipa/pull/4975 Author: flo-renaud Title: #4975: [Backport][ipa-4-8] ipatests: increase test_trust timeout Action: opened
PR body: """ This is a manual backport of PR #4973 to ipa-4-8. """ To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/4975/head:pr4975 git checkout pr4975
From 5c76d58e13ac924ee9d0a52e81f325d83181e3d2 Mon Sep 17 00:00:00 2001 From: Florence Blanc-Renaud <f...@redhat.com> Date: Mon, 3 Aug 2020 09:24:15 +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-8_latest.yaml | 2 +- ipatests/prci_definitions/nightly_ipa-4-8_previous.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ipatests/prci_definitions/nightly_ipa-4-8_latest.yaml b/ipatests/prci_definitions/nightly_ipa-4-8_latest.yaml index 23c3483867..e801da6663 100644 --- a/ipatests/prci_definitions/nightly_ipa-4-8_latest.yaml +++ b/ipatests/prci_definitions/nightly_ipa-4-8_latest.yaml @@ -1542,7 +1542,7 @@ jobs: build_url: '{fedora-latest-ipa-4-8/build_url}' test_suite: test_integration/test_trust.py template: *ci-ipa-4-8-latest - timeout: 7200 + timeout: 9000 topology: *adroot_adchild_adtree_master_1client fedora-latest-ipa-4-8/test_backup_and_restore_TestBackupAndRestoreTrust: diff --git a/ipatests/prci_definitions/nightly_ipa-4-8_previous.yaml b/ipatests/prci_definitions/nightly_ipa-4-8_previous.yaml index 9a3046f265..b2e3aead5c 100644 --- a/ipatests/prci_definitions/nightly_ipa-4-8_previous.yaml +++ b/ipatests/prci_definitions/nightly_ipa-4-8_previous.yaml @@ -1542,7 +1542,7 @@ jobs: build_url: '{fedora-previous-ipa-4-8/build_url}' test_suite: test_integration/test_trust.py template: *ci-ipa-4-8-previous - timeout: 7200 + timeout: 9000 topology: *adroot_adchild_adtree_master_1client fedora-previous-ipa-4-8/test_backup_and_restore_TestBackupAndRestoreTrust:
_______________________________________________ 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