Skip to content

Commit c211836

Browse files
committed
Up test read limit
1 parent 47fbf33 commit c211836

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

websocket_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,7 @@ func TestAutobahnServer(t *testing.T) {
489489
func echoLoop(ctx context.Context, c *websocket.Conn) {
490490
defer c.Close(websocket.StatusInternalError, "")
491491

492-
c.SetReadLimit(1 << 30)
492+
c.SetReadLimit(1 << 40)
493493

494494
ctx, cancel := context.WithTimeout(ctx, time.Minute)
495495
defer cancel()

0 commit comments

Comments
 (0)