From 81401e6c010a05b52bcc10306400dee9075b0e91 Mon Sep 17 00:00:00 2001 From: Florence Blanc-Renaud Date: Mon, 5 Aug 2024 11:48:20 +0200 Subject: [PATCH] ipatests: increase the timeout for test_hsm.py::TestHSMInstall The test is often failing on timeout. Add 15min to the test definitions. Signed-off-by: Florence Blanc-Renaud Reviewed-By: Rob Crittenden --- ipatests/prci_definitions/nightly_ipa-4-12_latest.yaml | 2 +- ipatests/prci_definitions/nightly_ipa-4-12_latest_selinux.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ipatests/prci_definitions/nightly_ipa-4-12_latest.yaml b/ipatests/prci_definitions/nightly_ipa-4-12_latest.yaml index a6752b7da..7c2118668 100644 --- a/ipatests/prci_definitions/nightly_ipa-4-12_latest.yaml +++ b/ipatests/prci_definitions/nightly_ipa-4-12_latest.yaml @@ -1935,7 +1935,7 @@ jobs: build_url: '{fedora-latest-ipa-4-12/build_url}' test_suite: test_integration/test_hsm.py::TestHSMInstall template: *ci-ipa-4-12-latest - timeout: 5400 + timeout: 6300 topology: *master_3repl_1client fedora-latest-ipa-4-12/test_hsm_TestHSMInstallADTrustBase: diff --git a/ipatests/prci_definitions/nightly_ipa-4-12_latest_selinux.yaml b/ipatests/prci_definitions/nightly_ipa-4-12_latest_selinux.yaml index 95d7e7b39..312b3e5fb 100644 --- a/ipatests/prci_definitions/nightly_ipa-4-12_latest_selinux.yaml +++ b/ipatests/prci_definitions/nightly_ipa-4-12_latest_selinux.yaml @@ -2089,7 +2089,7 @@ jobs: selinux_enforcing: True test_suite: test_integration/test_hsm.py::TestHSMInstall template: *ci-ipa-4-12-latest - timeout: 5400 + timeout: 6300 topology: *master_3repl_1client fedora-latest-ipa-4-12/test_hsm_TestHSMInstallADTrustBase: