We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00b4879 commit bc2e4a4Copy full SHA for bc2e4a4
1 file changed
EliteAPI.Tests/VoiceAttackVariablesTests.cs
@@ -27,8 +27,8 @@ public async Task Set_FromMultipleThreads_DoesNotThrow()
27
{
28
var variables = new VoiceAttackVariables(new StubProxy());
29
30
- const int threadCount = 8;
31
- const int iterationsPerThread = 50_000;
+ const int threadCount = 4;
+ const int iterationsPerThread = 2_500;
32
33
var ready = new CountdownEvent(threadCount);
34
using var start = new ManualResetEventSlim(false);
0 commit comments