URL: https://github.com/freeipa/freeipa/pull/4482
Author: fcami
 Title: #4482: pr-ci templates: update test_fips timeouts
Action: opened

PR body:
"""
test_fips takes between 45 and ~80 mins to run.
The templates' timeout was 3600s which is too short for
successful execution. 7200s should do.

Fixes: https://pagure.io/freeipa/issue/8247
"""

To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/4482/head:pr4482
git checkout pr4482
From a7df410f0aab7edab29f273b20eb73d72d5b9822 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fran=C3=A7ois=20Cami?= <fc...@redhat.com>
Date: Thu, 2 Apr 2020 12:14:19 +0200
Subject: [PATCH] pr-ci templates: update test_fips timeouts

test_fips takes between 45 and ~80 mins to run.
The templates' timeout was 3600s which is too short for
successful execution. 7200s should do.

Fixes: https://pagure.io/freeipa/issue/8247
---
 ipatests/prci_definitions/nightly_latest_testing.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ipatests/prci_definitions/nightly_latest_testing.yaml b/ipatests/prci_definitions/nightly_latest_testing.yaml
index 1b9786af5f..16899ec646 100644
--- a/ipatests/prci_definitions/nightly_latest_testing.yaml
+++ b/ipatests/prci_definitions/nightly_latest_testing.yaml
@@ -182,7 +182,7 @@ jobs:
         update_packages: True
         test_suite: test_integration/test_fips.py
         template: *testing-master-latest
-        timeout: 3600
+        timeout: 7200
         topology: *master_1repl_1client
 
   testing-fedora/test_forced_client_enrolment:
_______________________________________________
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

Reply via email to