Polishing contribution

Closes gh-31970
This commit is contained in:
rstoyanchev
2024-03-11 15:22:23 +00:00
parent 73ee86c666
commit f9883d8bd6
6 changed files with 105 additions and 204 deletions

View File

@@ -124,7 +124,7 @@ class WebSocketStompClientIntegrationTests {
@Test
void publishSubscribeWithSlitMessage() throws Exception {
StringBuilder sb = new StringBuilder();
while (sb.length() < 1024) {
while (sb.length() < 2000) {
sb.append("A message with a long body... ");
}
String payload = sb.toString();