Skip to content

Commit 1227540

Browse files
authored
repeat buffer soak tests x10 (#433)
1 parent 2a2cc8e commit 1227540

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

BitFaster.Caching.UnitTests/Buffers/MpmcBoundedBufferSoakTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public MpmcBoundedBufferSoakTests(ITestOutputHelper testOutputHelper)
2222
}
2323

2424
[Theory]
25-
[Repeat(3)]
25+
[Repeat(10)]
2626
public async Task WhenAddIsContendedBufferCanBeFilled(int iteration)
2727
{
2828
this.testOutputHelper.WriteLine($"Iteration {iteration}");

BitFaster.Caching.UnitTests/Buffers/MpscBoundedBufferSoakTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public MpscBoundedBufferSoakTests(ITestOutputHelper testOutputHelper)
2222
}
2323

2424
[Theory]
25-
[Repeat(3)]
25+
[Repeat(10)]
2626
public async Task WhenAddIsContendedBufferCanBeFilled(int iteration)
2727
{
2828
this.testOutputHelper.WriteLine($"Iteration {iteration}");

0 commit comments

Comments
 (0)