2
0
mirror of synced 2025-01-12 09:34:40 +00:00
cs-codex-dist-tests/Tests/DistTestCore/LongTimeoutsTestAttribute.cs

10 lines
197 B
C#
Raw Normal View History

2023-09-12 13:32:06 +02:00
using NUnit.Framework;
namespace DistTestCore
{
[AttributeUsage(AttributeTargets.Method, AllowMultiple = false)]
public class UseLongTimeoutsAttribute : PropertyAttribute
{
}
}