From ae014c6a3e17da7b0775be79a425d769a2717243 Mon Sep 17 00:00:00 2001 From: Florence Blanc-Renaud Date: Fri, 24 Mar 2023 09:30:55 +0100 Subject: [PATCH] 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 Reviewed-By: Anuja More --- ipatests/prci_definitions/nightly_ipa-4-10_latest.yaml | 2 +- ipatests/prci_definitions/nightly_ipa-4-10_latest_selinux.yaml | 2 +- ipatests/prci_definitions/nightly_ipa-4-10_previous.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ipatests/prci_definitions/nightly_ipa-4-10_latest.yaml b/ipatests/prci_definitions/nightly_ipa-4-10_latest.yaml index 6afad4161..2f52b359b 100644 --- a/ipatests/prci_definitions/nightly_ipa-4-10_latest.yaml +++ b/ipatests/prci_definitions/nightly_ipa-4-10_latest.yaml @@ -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: diff --git a/ipatests/prci_definitions/nightly_ipa-4-10_latest_selinux.yaml b/ipatests/prci_definitions/nightly_ipa-4-10_latest_selinux.yaml index e78f6eeba..8c5d42e48 100644 --- a/ipatests/prci_definitions/nightly_ipa-4-10_latest_selinux.yaml +++ b/ipatests/prci_definitions/nightly_ipa-4-10_latest_selinux.yaml @@ -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: diff --git a/ipatests/prci_definitions/nightly_ipa-4-10_previous.yaml b/ipatests/prci_definitions/nightly_ipa-4-10_previous.yaml index fcd8286bd..33b53335a 100644 --- a/ipatests/prci_definitions/nightly_ipa-4-10_previous.yaml +++ b/ipatests/prci_definitions/nightly_ipa-4-10_previous.yaml @@ -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: