From ae014c6a3e17da7b0775be79a425d769a2717243 Mon Sep 17 00:00:00 2001 From: Florence Blanc-Renaud Date: Mar 30 2023 12:57:57 +0000 Subject: 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 --- diff --git a/ipatests/prci_definitions/nightly_ipa-4-10_latest.yaml b/ipatests/prci_definitions/nightly_ipa-4-10_latest.yaml index 6afad41..2f52b35 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 e78f6ee..8c5d42e 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 fcd8286..33b5333 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: