Skip to content

Commit 6e8c224

Browse files
CSHARP-4068: Enable preventing patch timeout infrastructure for all tests. (#745)
1 parent 2455a68 commit 6e8c224

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/MongoDB.Driver.Legacy.Tests/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,11 @@
1414
*/
1515

1616
using System.Runtime.InteropServices;
17+
using MongoDB.Driver.Core.TestHelpers.XunitExtensions;
1718
using Xunit;
1819

1920
[assembly: ComVisible(false)]
2021

2122
[assembly: CollectionBehavior(DisableTestParallelization = true)]
23+
24+
[assembly: TestFramework(XunitExtensionsConsts.TimeoutEnforcingXunitFramework, XunitExtensionsConsts.TimeoutEnforcingFrameworkAssembly)]

0 commit comments

Comments
 (0)