NUnit.Framework.MaxTimeAttribute
Specifies the maximum time (in milliseconds) for a test case to succeed.
Gets or sets an optional warning threshold in milliseconds.
If the test takes longer than this time, but less than the maximum time, a warning is issued.
Construct a MaxTimeAttribute, given a time in milliseconds.