Skip to content

Commit

Permalink
test(Java): try a lower invocation count
Browse files Browse the repository at this point in the history
  • Loading branch information
texastony committed Jan 30, 2025
1 parent cf5be73 commit c1c3055
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ public class MultiThreadedCMCTest {
cmcUnderTest.PutCacheEntry(ALWAYS_PUT_INPUT);
}

@Test(threadPoolSize = 10, invocationCount = 300_000, timeOut = 10_000)
@Test(threadPoolSize = 10, invocationCount = 3_000, timeOut = 10_000)
public void testTryGetCatchPut() {
// Always Pick Provides assurance on the LRU nature of our CMCs.
// Every thread tries to use it every time,
Expand Down

0 comments on commit c1c3055

Please sign in to comment.