timer_retention (#1845)

Co-authored-by: stas <statis@microsoft.com>
This commit is contained in:
Stas
2022-04-26 08:36:06 -07:00
committed by GitHub
parent 2e0358d77a
commit c71cdb6d72
5 changed files with 130 additions and 5 deletions

View File

@ -872,6 +872,13 @@ namespace Tests
return Test(e);
}
[Property]
public bool Job(Job e)
{
return Test(e);
}
/*
//Sample function on how repro a failing test run, using Replay
//functionality of FsCheck. Feel free to