Skip to content

Commit

Permalink
just to rule this out...
Browse files Browse the repository at this point in the history
  • Loading branch information
dougch committed May 22, 2024
1 parent 0e45dcd commit a214f8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/integrationv2/test_renegotiate.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,13 +189,13 @@ def basic_reneg_test(managed_process, cipher, curve, certificate, protocol, prov

server = managed_process(provider, server_options,
send_marker=Msg.send_markers(messages, Provider.ServerMode),
timeout=16
timeout=60
)

s2n_client = managed_process(S2N, client_options,
send_marker=Msg.send_markers(messages, Provider.ClientMode),
close_marker=Msg.close_marker(messages),
timeout=16
timeout=60
)

return (s2n_client, server)
Expand Down

0 comments on commit a214f8e

Please sign in to comment.