FsCheck icon indicating copy to clipboard operation
FsCheck copied to clipboard

Timeout does not work for Xunit v3 Property tests

Open steveisaac opened this issue 7 months ago • 0 comments

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.

steveisaac avatar Jul 11 '25 08:07 steveisaac