Skip to content

Commit

Permalink
Revert "releax test_secure_channel_key_expiration test"
Browse files Browse the repository at this point in the history
This reverts commit e02aed2.
  • Loading branch information
schroeder- authored and oroulet committed Sep 7, 2022
1 parent 756616d commit 2be7ce8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_crypto_connect.py
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ async def test_secure_channel_key_expiration(srv_crypto_one_cert, mocker):
assert clt.uaclient.security_policy.symmetric_cryptography.Prev_Verifier is None
assert clt.uaclient.security_policy.symmetric_cryptography.Prev_Decryptor is None

await asyncio.sleep(timeout * 1.2)
await asyncio.sleep(timeout)
sym_crypto = clt.uaclient.security_policy.symmetric_cryptography
prev_verifier = sym_crypto.Prev_Verifier
prev_decryptor = sym_crypto.Prev_Decryptor
Expand Down

0 comments on commit 2be7ce8

Please sign in to comment.