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,