Skip to content

MacOS test failure #4841

@manfred-brands

Description

@manfred-brands

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions