tags:

views:

372

answers:

1

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.

+1  A: 

Which version of nUnit are you using? The most recent version (2.5 Beta) has a Timeout attribute.

tvanfosson
Chris Missal