Skip to content

Commit b85a4dd

Browse files
aborah-sudojakub-vavra-cz
authored andcommitted
Tests: Fix ipa multihost test_authentication_indicators
Provide sleep time to test Reviewed-by: Jakub Vávra <jvavra@redhat.com> (cherry picked from commit a6d0f0c)
1 parent 31e0bc0 commit b85a4dd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tests/multihost/ipa/test_misc.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -334,6 +334,7 @@ def test_authentication_indicators(multihost, backupsssdconf):
334334
multihost.client[0].run_command(
335335
f'su -l {user} -c "ipa sudorule-add-user testrule2 --users admin"',
336336
raiseonerr=False)
337+
time.sleep(5)
337338
multihost.client[0].run_command(f'su -l {user} -c "sudo -l"')
338339
time.sleep(3)
339340
search = multihost.client[0].run_command(

0 commit comments

Comments
 (0)