Skip to content

Commit 5dd2c0e

Browse files
Dan Lavunext-actions/backport
authored andcommitted
CONFLICT! updated kcm flaky test
Reviewed-by: Scott Poore <spoore@redhat.com> (cherry picked from commit 77fc6ff)
1 parent 1414887 commit 5dd2c0e

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/tests/system/tests/test_kcm.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,11 @@ 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+
<<<<<<< HEAD
388389
time.sleep(2)
390+
=======
391+
time.sleep(5)
392+
>>>>>>> 77fc6ff1d (updated kcm flaky test)
389393
renew_start, _ = krb.list_tgt_times(kdc.realm)
390394

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

0 commit comments

Comments
 (0)