Commit 2be7ce80 authored by Alexander Schrode's avatar Alexander Schrode Committed by oroulet

Revert "releax test_secure_channel_key_expiration test"

This reverts commit e02aed2909fbfd142059d30db0abb63947ab33f6.
parent 756616da
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment