Skip to content

Commit 7940fbb

Browse files
committed
Remove sleep
1 parent ada4e35 commit 7940fbb

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

ExtractorUtils.Test/unit/LoggingTest.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -171,9 +171,6 @@ public void TestLogger_WithDifferentLogTypes(string logType)
171171
// Assert and cleanup test.log file if created by file logger
172172
if (logType == "file")
173173
{
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
177174
var logFiles = Directory.GetFiles(".", "test*.log");
178175
Assert.NotEmpty(logFiles);
179176
foreach (var logFile in logFiles)

0 commit comments

Comments
 (0)