Skip to content

Commit

Permalink
Update juce_Random.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
kunitoki authored Dec 16, 2024
1 parent fb36626 commit 5bba581
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/juce_core/juce_Random.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@ TEST (RandomTests, Concurrent)
int numInvocations;
};

constexpr int numberOfInvocationsPerThread = 10000;
constexpr int numberOfThreads = 100;
constexpr int numberOfInvocationsPerThread = 1000;
constexpr int numberOfThreads = 10;

FastWaitableEvent start;

Expand Down

0 comments on commit 5bba581

Please sign in to comment.