is there any way to implement timeout option for individual tests in a bunch of test executed on the ccnet.
Mbunit and MSTest have [Timeout] attribute.
I am looking for similar feature in Nunit.
This is to avoid long running tests.
|
|
is there any way to implement timeout option for individual tests in a bunch of test executed on the ccnet. Mbunit and MSTest have [Timeout] attribute. I am looking for similar feature in Nunit. This is to avoid long running tests.
|
||
|
|
|
|
Which version of nUnit are you using? The most recent version (2.5 Beta) has a Timeout attribute. |
||
|