This is an automated email from the ASF dual-hosted git repository.

freeandnil pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4net.git


The following commit(s) were added to refs/heads/master by this push:
     new 5640c187 stabilize TelnetTest
5640c187 is described below

commit 5640c187a1671599725cbd9ad68936d96df1bcca
Author: Jan Friedrich <[email protected]>
AuthorDate: Tue Dec 9 10:28:25 2025 +0100

    stabilize TelnetTest
---
 src/log4net.Tests/Appender/TelnetAppenderTest.cs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/log4net.Tests/Appender/TelnetAppenderTest.cs 
b/src/log4net.Tests/Appender/TelnetAppenderTest.cs
index ea153e76..71b3b093 100644
--- a/src/log4net.Tests/Appender/TelnetAppenderTest.cs
+++ b/src/log4net.Tests/Appender/TelnetAppenderTest.cs
@@ -93,7 +93,7 @@ void WaitForReceived(int count)
       {
         retries++;
         TestContext.Out.WriteLine($"receiver: waiting for message {count} of 
client - retry {retries} failed");
-        if (retries > 100)
+        if (retries > 500)
         {
           Assert.Fail("Timeout waiting for received messages");
         }

Reply via email to