URL: https://github.com/freeipa/freeipa/pull/5856
Author: menonsudhir
 Title: #5856: Increase timeout for test_commands.py
Action: opened

PR body:
"""
test_commands.py testsuite is failing with the error 'RunPytest timed out after 
4800s'
Hence the timeout has been increased from 4800 to 5400

Ref: https://github.com/freeipa-pr-ci2/freeipa/pull/996

Signed-off-by: Sudhir Menon <[email protected]>
"""

To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/5856/head:pr5856
git checkout pr5856
From e4a919c084b53d3546d92b308424aa1c530f4001 Mon Sep 17 00:00:00 2001
From: Sudhir Menon <[email protected]>
Date: Thu, 24 Jun 2021 17:10:34 +0530
Subject: [PATCH] Increase timeout for test_commands.py

test_commands.py testsuite is failing due to
'RunPytest timed out after 4800s'
Hence the timeout has been increased from 4800 to 5400

Ref: https://github.com/freeipa-pr-ci2/freeipa/pull/996

Signed-off-by: Sudhir Menon <[email protected]>
---
 ipatests/prci_definitions/gating.yaml                         | 2 +-
 ipatests/prci_definitions/nightly_latest.yaml                 | 2 +-
 ipatests/prci_definitions/nightly_latest_389ds.yaml           | 2 +-
 ipatests/prci_definitions/nightly_latest_selinux.yaml         | 2 +-
 ipatests/prci_definitions/nightly_latest_testing.yaml         | 2 +-
 ipatests/prci_definitions/nightly_latest_testing_selinux.yaml | 2 +-
 ipatests/prci_definitions/nightly_previous.yaml               | 2 +-
 ipatests/prci_definitions/nightly_rawhide.yaml                | 2 +-
 8 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/ipatests/prci_definitions/gating.yaml b/ipatests/prci_definitions/gating.yaml
index 7fa11a84954..3e8d48878c0 100644
--- a/ipatests/prci_definitions/gating.yaml
+++ b/ipatests/prci_definitions/gating.yaml
@@ -140,7 +140,7 @@ jobs:
         build_url: '{fedora-latest/build_url}'
         test_suite: test_integration/test_commands.py
         template: *ci-master-latest
-        timeout: 4800
+        timeout: 5400
         topology: *master_1repl_1client
 
   fedora-latest/test_kerberos_flags:
diff --git a/ipatests/prci_definitions/nightly_latest.yaml b/ipatests/prci_definitions/nightly_latest.yaml
index e7d7e2ace9e..4f285306d08 100644
--- a/ipatests/prci_definitions/nightly_latest.yaml
+++ b/ipatests/prci_definitions/nightly_latest.yaml
@@ -136,7 +136,7 @@ jobs:
         build_url: '{fedora-latest/build_url}'
         test_suite: test_integration/test_commands.py
         template: *ci-master-latest
-        timeout: 4800
+        timeout: 5400
         topology: *master_1repl_1client
 
   fedora-latest/test_kerberos_flags:
diff --git a/ipatests/prci_definitions/nightly_latest_389ds.yaml b/ipatests/prci_definitions/nightly_latest_389ds.yaml
index dcdad56fa01..3809fcd904b 100644
--- a/ipatests/prci_definitions/nightly_latest_389ds.yaml
+++ b/ipatests/prci_definitions/nightly_latest_389ds.yaml
@@ -62,7 +62,7 @@ jobs:
         update_packages: True
         test_suite: test_integration/test_commands.py
         template: *389ds-master-latest
-        timeout: 4800
+        timeout: 5400
         topology: *master_1repl_1client
 
   389ds-fedora/test_server_del:
diff --git a/ipatests/prci_definitions/nightly_latest_selinux.yaml b/ipatests/prci_definitions/nightly_latest_selinux.yaml
index fbed3b87039..e75aa766ca5 100644
--- a/ipatests/prci_definitions/nightly_latest_selinux.yaml
+++ b/ipatests/prci_definitions/nightly_latest_selinux.yaml
@@ -143,7 +143,7 @@ jobs:
         selinux_enforcing: True
         test_suite: test_integration/test_commands.py
         template: *ci-master-latest
-        timeout: 4800
+        timeout: 5400
         topology: *master_1repl_1client
 
   fedora-latest/test_kerberos_flags:
diff --git a/ipatests/prci_definitions/nightly_latest_testing.yaml b/ipatests/prci_definitions/nightly_latest_testing.yaml
index f679d05ac12..46b29d6af65 100644
--- a/ipatests/prci_definitions/nightly_latest_testing.yaml
+++ b/ipatests/prci_definitions/nightly_latest_testing.yaml
@@ -143,7 +143,7 @@ jobs:
         update_packages: True
         test_suite: test_integration/test_commands.py
         template: *testing-master-latest
-        timeout: 4800
+        timeout: 5400
         topology: *master_1repl_1client
 
   testing-fedora/test_kerberos_flags:
diff --git a/ipatests/prci_definitions/nightly_latest_testing_selinux.yaml b/ipatests/prci_definitions/nightly_latest_testing_selinux.yaml
index 4995d061bc3..5cd48bea19a 100644
--- a/ipatests/prci_definitions/nightly_latest_testing_selinux.yaml
+++ b/ipatests/prci_definitions/nightly_latest_testing_selinux.yaml
@@ -150,7 +150,7 @@ jobs:
         selinux_enforcing: True
         test_suite: test_integration/test_commands.py
         template: *testing-master-latest
-        timeout: 4800
+        timeout: 5400
         topology: *master_1repl_1client
 
   testing-fedora/test_kerberos_flags:
diff --git a/ipatests/prci_definitions/nightly_previous.yaml b/ipatests/prci_definitions/nightly_previous.yaml
index 2faa7698d4f..f3c166a998a 100644
--- a/ipatests/prci_definitions/nightly_previous.yaml
+++ b/ipatests/prci_definitions/nightly_previous.yaml
@@ -136,7 +136,7 @@ jobs:
         build_url: '{fedora-previous/build_url}'
         test_suite: test_integration/test_commands.py
         template: *ci-master-previous
-        timeout: 4800
+        timeout: 5400
         topology: *master_1repl_1client
 
   fedora-previous/test_kerberos_flags:
diff --git a/ipatests/prci_definitions/nightly_rawhide.yaml b/ipatests/prci_definitions/nightly_rawhide.yaml
index 03fc554b148..46c8d732fe9 100644
--- a/ipatests/prci_definitions/nightly_rawhide.yaml
+++ b/ipatests/prci_definitions/nightly_rawhide.yaml
@@ -143,7 +143,7 @@ jobs:
         update_packages: True
         test_suite: test_integration/test_commands.py
         template: *ci-master-frawhide
-        timeout: 4800
+        timeout: 5400
         topology: *master_1repl_1client
 
   fedora-rawhide/test_kerberos_flags:
_______________________________________________
FreeIPA-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
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/[email protected]
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure

Reply via email to