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 85f7b3d commit 53f4144Copy full SHA for 53f4144
1 file changed
Core/src/test/java/nl/svenar/powerranks/test/tests/TestPCCache.java
@@ -29,8 +29,8 @@ public void A_Setup() {
29
public void B_testCreateDuration() {
30
final int numPlayers = 10000;
31
final int numRanks = 10000;
32
- final float maxDurationEachRank = 0.0010f;
33
- final float maxDurationEachPlayer = 0.0025f;
+ final float maxDurationEachRank = 0.5f;
+ final float maxDurationEachPlayer = 0.5f;
34
35
TestDebugger.log(this, "");
36
TestDebugger.log(this, "[B_testCreateDuration] Setup...");
0 commit comments