Skip to content

Commit 53f4144

Browse files
committed
A 'bit' more generous with testing the cache rank & player creation
1 parent 85f7b3d commit 53f4144

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Core/src/test/java/nl/svenar/powerranks/test/tests/TestPCCache.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ public void A_Setup() {
2929
public void B_testCreateDuration() {
3030
final int numPlayers = 10000;
3131
final int numRanks = 10000;
32-
final float maxDurationEachRank = 0.0010f;
33-
final float maxDurationEachPlayer = 0.0025f;
32+
final float maxDurationEachRank = 0.5f;
33+
final float maxDurationEachPlayer = 0.5f;
3434

3535
TestDebugger.log(this, "");
3636
TestDebugger.log(this, "[B_testCreateDuration] Setup...");

0 commit comments

Comments
 (0)