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 c55b5836f0
commit c6f30816dd
+1 -1
View File
@@ -303,7 +303,7 @@ TEST_GROUP(IrcProtocolWithServer)
void server_recv (const char *command)
{
char str_command[4096];
char str_command[8192];
record_start ();
arraylist_clear (sent_messages);