mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-01-27 00:26:33 -06:00
ipatests: tasks: Wait 2 seconds after restart of SSSD when clearing the cache
Reviewed-By: Petr Viktorin <pviktori@redhat.com>
This commit is contained in:
parent
6dcf2400be
commit
50a6316d16
@ -414,6 +414,9 @@ def clear_sssd_cache(host):
|
||||
else:
|
||||
host.run_command(['/sbin/service', 'sssd', 'start'])
|
||||
|
||||
# To avoid false negatives due to SSSD not responding yet
|
||||
time.sleep(2)
|
||||
|
||||
|
||||
def sync_time(host, server):
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user