AssemblyInfo.cs 68 B

12345
  1. using NUnit.Framework;
  2. #if !DEBUG
  3. [assembly: Timeout(10000)]
  4. #endif