Skip to content

Commit

Permalink
Merge pull request #457 from libhe/master
Browse files Browse the repository at this point in the history
Increase timeout value for checking selinux label through restorecon.
  • Loading branch information
libhe authored Oct 15, 2024
2 parents 65d55a3 + 4ed561c commit 1f451a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion os_tests/tests/test_rhel_guest_image.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 1f451a0

Please sign in to comment.