Skip to content

Commit 2fb92e5

Browse files
author
Dan Lavu
committed
updated kcm flaky test
Reviewed-by: Scott Poore <spoore@redhat.com> (cherry picked from commit 77fc6ff)
1 parent 1414887 commit 2fb92e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/tests/system/tests/test_kcm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ def test_kcm__tgt_renewal_updates_ticket_as_configured(client: Client, kdc: KDC)
385385
with client.auth.kerberos(ssh) as krb:
386386
krb.kinit("tuser", password="Secret123", args=["-r", "2s", "-l", "2s"])
387387
init_start, _ = krb.list_tgt_times(kdc.realm)
388-
time.sleep(2)
388+
time.sleep(5)
389389
renew_start, _ = krb.list_tgt_times(kdc.realm)
390390

391391
assert init_start < renew_start, "Renewed ticket time is not greater than the original issued time!"

0 commit comments

Comments
 (0)