79091530

Date: 2024-10-15 19:50:25
Score: 1
Natty:
Report link

NUnit provides a Timeout attribute.

[Test, Timeout(2000)]
public void PotentiallyLongRunningTest()
{
    /* ... */
}
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Mike R