Tests: Add sleep time in multihost test#8597
Conversation
5e38825 to
c0070d8
Compare
There was a problem hiding this comment.
Code Review
This pull request introduces a 5-second delay in the test_authentication_indicators test case within src/tests/multihost/ipa/test_misc.py. The sleep is added after a user is added to a sudo rule and before executing sudo -l, likely to account for propagation delays in the environment. There are no review comments to evaluate, and I have no feedback to provide.
Backport of SSSD#8525 Signed-off-by: Madhuri Upadhye <[email protected]> Reviewed-by: Jakub Vávra <[email protected]>
|
The pull request was accepted by @jakub-vavra-cz with the following PR CI status: 🟢 CodeQL (success) There are unsuccessful or unfinished checks. Make sure that the failures are not related to this pull request before merging. |
Backport of #8525