NUnit.Framework.MaxTimeAttribute
Specifies the maximum time (in milliseconds) for a test case to succeed.
namespace NUnit.Framework
{
public sealed class MaxTimeAttribute : PropertyAttribute, IWrapSetUpTearDown, ICommandWrapper
{
public MaxTimeAttribute(int milliseconds);
}
}