1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-12 14:14:48 +02:00

tests: increase buffer size for injection of fake IRC message

This commit is contained in:
Sébastien Helleu
2026-06-07 08:47:36 +02:00
parent c307087e2d
commit 436bbeceff
+1 -1
View File
@@ -305,7 +305,7 @@ TEST_GROUP(IrcProtocolWithServer)
void server_recv (const char *command)
{
char str_command[4096];
char str_command[8192];
record_start ();
arraylist_clear (sent_messages);