mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -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:
committed by
Petr Viktorin
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):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user