Skip to content

Commit a66ab33

Browse files
committed
More stability
1 parent e2e53d1 commit a66ab33

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

tests/StackExchange.Redis.Tests/CancellationTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
namespace StackExchange.Redis.Tests;
88

9+
[Collection(NonParallelCollection.Name)]
910
public class CancellationTests(ITestOutputHelper output, SharedConnectionFixture fixture) : TestBase(output, fixture)
1011
{
1112
[Fact]

tests/StackExchange.Redis.Tests/xunit.runner.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"methodDisplay": "classAndMethod",
33
"parallelizeAssembly": true,
4-
"maxParallelThreads": 32,
4+
"maxParallelThreads": "2x",
55
"parallelizeTestCollections": true,
66
"diagnosticMessages": false,
77
"longRunningTestSeconds": 60

0 commit comments

Comments
 (0)