We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afebeba commit 5640c18Copy full SHA for 5640c18
src/log4net.Tests/Appender/TelnetAppenderTest.cs
@@ -93,7 +93,7 @@ void WaitForReceived(int count)
93
{
94
retries++;
95
TestContext.Out.WriteLine($"receiver: waiting for message {count} of client - retry {retries} failed");
96
- if (retries > 100)
+ if (retries > 500)
97
98
Assert.Fail("Timeout waiting for received messages");
99
}
0 commit comments