Skip to content

Commit

Permalink
test change
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkCiliaVincenti committed Dec 29, 2023
1 parent f327e01 commit 5e8ca75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion AsyncKeyedLock.Tests/AsyncKeyedLocker/OriginalTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ public async Task BasicTest()
[Fact]
public async Task BasicTestGenerics()
{
var locks = 50_000;
var locks = 5000;
var concurrency = 50;
var asyncKeyedLocker = new AsyncKeyedLocker<int>();
var concurrentQueue = new ConcurrentQueue<(bool entered, int key)>();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ public async Task BasicTest()
[Fact]
public async Task BasicTestGenerics()
{
var locks = 50_000;
var locks = 5000;
var concurrency = 50;
var asyncKeyedLocker = new StripedAsyncKeyedLocker<int>();
var concurrentQueue = new ConcurrentQueue<(bool entered, int key)>();
Expand Down

0 comments on commit 5e8ca75

Please sign in to comment.