Skip to content

added suspend option

Compare
Choose a tag to compare
@artsok artsok released this 24 May 19:17
· 66 commits to master since this release
6c4b349

It matters when you get some infrastructure problems and you want to run your tests through timeout.
Set break to 5 seconds. If exception appeared for any arguments, repeating extension would runs tests with a break. If one result failed and other passed, does not matter we would wait 5 seconds through.
See examples with suspend option.