I would like to be able to fail the test if the executing code hangs. Is there a way to do this currently?
I am thinking something like the following must exist, but I can't seem to find it in the API
[Test, Timeout(TimeSpan.FromSeconds(2))]
public void Test() { ...}