Commit 1fa5f6fd authored by oroulet's avatar oroulet

longer timeout in one test

parent f48efc42
......@@ -301,7 +301,7 @@ async def test_certificate_handling_mismatched_creds(srv_crypto_one_cert):
async def test_secure_channel_key_expiration(srv_crypto_one_cert, mocker):
timeout = 1
timeout = 2
_, cert = srv_crypto_one_cert
clt = Client(uri_crypto_cert)
clt.secure_channel_timeout = timeout * 1000
......
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