cs-codex-dist-tests/Tests/DistTestCore/LongTimeoutsTestAttribute.cs

10 lines
197 B
C#

using NUnit.Framework;
namespace DistTestCore
{
[AttributeUsage(AttributeTargets.Method, AllowMultiple = false)]
public class UseLongTimeoutsAttribute : PropertyAttribute
{
}
}