Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
taras committed Feb 11, 2025
1 parent 370f784 commit 24930e4
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 @@ -152,7 +152,7 @@ async def test_echo(client_msg_queue, msg_size):


async def test_max_frame_size_violation():
msg = os.urandom(512 * 1024)
msg = os.urandom(256 * 1024)
max_frame_size = 16 * 1024
server = await picows.ws_create_server(lambda _: ServerEchoListener(),
"127.0.0.1", 0,
Expand Down

0 comments on commit 24930e4

Please sign in to comment.