From 4ed561c1efdbcf1f0adf2f05c1949079ed54b113 Mon Sep 17 00:00:00 2001 From: libhe Date: Tue, 15 Oct 2024 22:59:09 +0800 Subject: [PATCH] Increase timeout value for checking selinux label through restorecon. --- os_tests/tests/test_rhel_guest_image.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/os_tests/tests/test_rhel_guest_image.py b/os_tests/tests/test_rhel_guest_image.py index bd6b6b8e..a5558077 100644 --- a/os_tests/tests/test_rhel_guest_image.py +++ b/os_tests/tests/test_rhel_guest_image.py @@ -489,7 +489,7 @@ def test_check_selinux_contexts(self): self, cmd, expect_ret=0, - timeout=300, + timeout=600, msg="check selinux label through restorecon") cmd = "grep -vxFf {0} {1} > /tmp/cmp".format(dest_path, selinux_now) output = utils_lib.run_cmd(self,