Skip to content

Timeout does not work for Xunit v3 Property tests #713

@steveisaac

Description

@steveisaac

The Property tests are currently run synchronously with no way to interrupt after a timeout. It would be nice if they implemented some sort of timeout functionality (XUnit v3 does this by using Task.WaitAny on both the test task and a Task.Delay(timeout)), so that Property(Timeout=1000) actually worked.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions