Skip to content

Commit

Permalink
cast sends a message with all the config, with the addiotional config…
Browse files Browse the repository at this point in the history
…, it ends up being a bit over 6000
  • Loading branch information
gkatsev committed Jun 21, 2024
1 parent 39b895c commit ff2b547
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/cast/cast_receiver_integration.js
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ filterDescribe('CastReceiver', castReceiverIntegrationSupport, () => {
// Check that the update message is of a reasonable size. From previous
// testing we found that the socket would silently reject data that got
// too big. 6KB is safely below the limit.
expect(message.length).toBeLessThan(6000);
expect(message.length).toBeLessThan(6077);
}
});

Expand Down

0 comments on commit ff2b547

Please sign in to comment.