Skip to content

Commit 2d13454

Browse files
committed
Set unlimited threads on the test runner (#169)
1 parent 2a26457 commit 2d13454

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

samples/MusicStore/MusicStore.Test/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
using System.Runtime.InteropServices;
33
using Xunit;
44

5-
[assembly: CollectionBehavior(MaxParallelThreads = 2)]
5+
[assembly: CollectionBehavior(MaxParallelThreads = -1)]
66

77
// General Information about an assembly is controlled through the following
88
// set of attributes. Change these attribute values to modify the information

src/MyTested.AspNetCore.Mvc.Core/Internal/Formatters/FormattersHelper.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
using Utilities;
1616
using Utilities.Extensions;
1717
using Utilities.Validators;
18-
using System.Threading.Tasks;
1918

2019
public static class FormattersHelper
2120
{

0 commit comments

Comments
 (0)