Skip to content

Commit ed3943c

Browse files
authored
Stabilize SystemAsyncMonitorTests (#6931)
1 parent 6a94716 commit ed3943c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/UnitTests/Microsoft.Testing.Platform.UnitTests/Helpers/SystemAsyncMonitorTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public async Task AsyncMonitor_ShouldCorrectlyLock()
2424

2525
await Task.WhenAll([.. tasks]);
2626

27-
Assert.IsGreaterThanOrEqualTo(3000, stopwatch.ElapsedMilliseconds);
27+
Assert.IsGreaterThanOrEqualTo(2900, stopwatch.ElapsedMilliseconds);
2828

2929
async Task TestLock()
3030
{

0 commit comments

Comments
 (0)