We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2455a68 commit 6e8c224Copy full SHA for 6e8c224
tests/MongoDB.Driver.Legacy.Tests/Properties/AssemblyInfo.cs
@@ -14,8 +14,11 @@
14
*/
15
16
using System.Runtime.InteropServices;
17
+using MongoDB.Driver.Core.TestHelpers.XunitExtensions;
18
using Xunit;
19
20
[assembly: ComVisible(false)]
21
22
[assembly: CollectionBehavior(DisableTestParallelization = true)]
23
+
24
+[assembly: TestFramework(XunitExtensionsConsts.TimeoutEnforcingXunitFramework, XunitExtensionsConsts.TimeoutEnforcingFrameworkAssembly)]
0 commit comments