Skip to content

Commit

Permalink
Increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
taras committed Feb 10, 2025
1 parent ee12f15 commit 1682bd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_basics.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ async def test_max_frame_size_violation():
server = await picows.ws_create_server(lambda _: ServerEchoListener(),
"127.0.0.1", 0,
max_frame_size=max_frame_size)
async with ServerAsyncContext(server, shutdown_timeout=2) as server_ctx:
async with ServerAsyncContext(server) as server_ctx:
async with ClientAsyncContext(ClientMsgQueue, server_ctx.plain_url,
ssl_context=create_client_ssl_context(),
max_frame_size=max_frame_size,
Expand Down

0 comments on commit 1682bd9

Please sign in to comment.