URL: https://github.com/freeipa/freeipa/pull/5053 Author: ssidhaye Title: #5053: Increase timeout for test_cert.py Action: opened
PR body: """ testing_master_previous test_cert.py is timing out due to newly added test test_cert.py::TestCertmongerRekey which needs more time to execute. Adding additional 30 mins to the timeout in order to complete the test run Failing test run: http://freeipa-org-pr-ci.s3-website.eu-central-1.amazonaws.com/jobs/249e30e4-e349-11ea-ac03-fa163e1ffcbd Signed-off-by: Sumedh Sidhaye <ssidh...@redhat.com> """ To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/5053/head:pr5053 git checkout pr5053
From ca5664d340409078f186ba889e2c92c097dbb65d Mon Sep 17 00:00:00 2001 From: Sumedh Sidhaye <ssidh...@redhat.com> Date: Fri, 21 Aug 2020 13:29:04 +0530 Subject: [PATCH] testing_master_previous test_cert.py is timing out due to newly added test test_cert.py::TestCertmongerRekey which needs more time to execute. Adding additional 30 mins to the timeout in order to complete the test run Failing test run: http://freeipa-org-pr-ci.s3-website.eu-central-1.amazonaws.com/jobs/249e30e4-e349-11ea-ac03-fa163e1ffcbd Signed-off-by: Sumedh Sidhaye <ssidh...@redhat.com> --- ipatests/prci_definitions/nightly_previous.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ipatests/prci_definitions/nightly_previous.yaml b/ipatests/prci_definitions/nightly_previous.yaml index 0f73287890..224ca7337b 100644 --- a/ipatests/prci_definitions/nightly_previous.yaml +++ b/ipatests/prci_definitions/nightly_previous.yaml @@ -1578,7 +1578,7 @@ jobs: build_url: '{fedora-previous/build_url}' test_suite: test_integration/test_cert.py template: *ci-master-previous - timeout: 3600 + timeout: 5400 topology: *master_1repl_1client fedora-previous/test_epn:
_______________________________________________ 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