We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ada4e35 commit 7940fbbCopy full SHA for 7940fbb
ExtractorUtils.Test/unit/LoggingTest.cs
@@ -171,9 +171,6 @@ public void TestLogger_WithDifferentLogTypes(string logType)
171
// Assert and cleanup test.log file if created by file logger
172
if (logType == "file")
173
{
174
- // Wait a bit for async logging to complete
175
- System.Threading.Thread.Sleep(100);
176
- // The file logger uses rolling interval, so we need to find files matching the pattern
177
var logFiles = Directory.GetFiles(".", "test*.log");
178
Assert.NotEmpty(logFiles);
179
foreach (var logFile in logFiles)
0 commit comments