Skip to content

Commit bc2e4a4

Browse files
committed
✅ update stress test
semver: chore
1 parent 00b4879 commit bc2e4a4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

EliteAPI.Tests/VoiceAttackVariablesTests.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ public async Task Set_FromMultipleThreads_DoesNotThrow()
2727
{
2828
var variables = new VoiceAttackVariables(new StubProxy());
2929

30-
const int threadCount = 8;
31-
const int iterationsPerThread = 50_000;
30+
const int threadCount = 4;
31+
const int iterationsPerThread = 2_500;
3232

3333
var ready = new CountdownEvent(threadCount);
3434
using var start = new ManualResetEventSlim(false);

0 commit comments

Comments
 (0)