mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-24 21:56:43 +00:00
Update websocket_test.go
This commit is contained in:
parent
5ebd8032b9
commit
492ed91b67
1 changed files with 2 additions and 1 deletions
|
|
@ -170,7 +170,8 @@ func TestWebsocketLargeRead(t *testing.T) {
|
|||
testLimit(ptr(0)) // Should be ignored (use default)
|
||||
testLimit(nil) // Should be ignored (use default)
|
||||
testLimit(ptr(200))
|
||||
testLimit(ptr(wsDefaultReadLimit * 2))
|
||||
// Reduce test size to prevent timeouts in CI environments
|
||||
testLimit(ptr(5 * 1024 * 1024))
|
||||
}
|
||||
|
||||
func TestWebsocketPeerInfo(t *testing.T) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue