Skip to content

Commit

Permalink
fix ratelimiter UT (#577)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andyz26 authored Nov 2, 2023
1 parent 035b3e0 commit fcfb1e4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ public void setupActor() {
Duration.ofSeconds(1),
CLUSTER_ID,
mapper,
100);
() -> 10000);
}

@Test
Expand Down

0 comments on commit fcfb1e4

Please sign in to comment.