Skip to content

Commit

Permalink
updating bytes sent in
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolay Nedkov <[email protected]>
  • Loading branch information
Psykepro committed Aug 21, 2023
1 parent f65f0a9 commit 4a5ae0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/jsonrpc2_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,7 @@ func TestWebSocketsReadLimit(t *testing.T) {
require.NoError(t, err)
}()

jReq := make([]byte, 1048577)
jReq := make([]byte, 83886081)
err = wsConn.WriteMessage(websocket.TextMessage, jReq)
require.NoError(t, err)

Expand Down

0 comments on commit 4a5ae0b

Please sign in to comment.