Skip to content

Commit

Permalink
repeat buffer soak tests x10 (#433)
Browse files Browse the repository at this point in the history
  • Loading branch information
bitfaster authored Oct 20, 2023
1 parent 2a2cc8e commit 1227540
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public MpmcBoundedBufferSoakTests(ITestOutputHelper testOutputHelper)
}

[Theory]
[Repeat(3)]
[Repeat(10)]
public async Task WhenAddIsContendedBufferCanBeFilled(int iteration)
{
this.testOutputHelper.WriteLine($"Iteration {iteration}");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public MpscBoundedBufferSoakTests(ITestOutputHelper testOutputHelper)
}

[Theory]
[Repeat(3)]
[Repeat(10)]
public async Task WhenAddIsContendedBufferCanBeFilled(int iteration)
{
this.testOutputHelper.WriteLine($"Iteration {iteration}");
Expand Down

0 comments on commit 1227540

Please sign in to comment.