-
Notifications
You must be signed in to change notification settings - Fork 765
Closed
Labels
is:internalInternal fixesInternal fixes
Milestone
Description
We recently have build failures for the MacOS build on:
Failed : NUnit.Framework.Tests.Constraints.DelayedConstraintTests.AssertionExpectingAnExceptionWithRetrySucceeds
Assert.That(ThrowsAfterRetry, Throws.InvalidOperationException.After(AFTER, POLLING))
Expected: <System.InvalidOperationException> after 500 milliseconds delay
But was: no exception thrown
at NUnit.Framework.Tests.Constraints.DelayedConstraintTests.AssertionExpectingAnExceptionWithRetrySucceeds() in /_/src/NUnitFramework/tests/Constraints/DelayedConstraintTests.cs:line 256
Even though the async version was changed recently, this one was not.
Is there any one with a MacOS to see what this could be?
All I can think of is that the 50ms interval on MacOS is soo large that it doesn't do 4 iterations in 500ms.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
is:internalInternal fixesInternal fixes