From 81e7fd69de607fc1c420ef0e253c5731c70acc68 Mon Sep 17 00:00:00 2001 From: Alexey Sokolov Date: Mon, 28 Apr 2025 00:26:02 +0100 Subject: [PATCH] WIP debugging failures on mac and cygwin... --- test/integration/tests/scripting.cpp | 2 ++ third_party/Csocket | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/test/integration/tests/scripting.cpp b/test/integration/tests/scripting.cpp index afeeaeb7..b58c6ba4 100644 --- a/test/integration/tests/scripting.cpp +++ b/test/integration/tests/scripting.cpp @@ -243,6 +243,7 @@ TEST_F(ZNCTest, ModperlUnixSocket) { auto client = LoginClient(); client.Write("znc loadmod modperl"); client.Write("znc loadmod socktest"); + sleep(1); client.Write("PRIVMSG *socktest :foo"); client.ReadUntil("received 4 bytes"); } @@ -267,6 +268,7 @@ TEST_F(ZNCTest, ModpythonVCString) { auto client = LoginClient(); client.Write("znc loadmod modpython"); client.Write("znc loadmod test"); + sleep(1); client.Write("PRIVMSG *test :foo"); client.ReadUntil("'*test', 'foo'"); } diff --git a/third_party/Csocket b/third_party/Csocket index 3f536e9a..13473b0f 160000 --- a/third_party/Csocket +++ b/third_party/Csocket @@ -1 +1 @@ -Subproject commit 3f536e9a609bb058a5649cbe938b2e4cfde32d53 +Subproject commit 13473b0f97c9a23909634eb2364cd40c54a8d5ce