2
0
mirror of synced 2025-02-02 19:53:29 +00:00
cs-codex-dist-tests/DistTestCore/LongTimeoutsTestAttribute.cs
2023-09-12 13:34:58 +02:00

10 lines
197 B
C#

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