Skip to content

Commit

Permalink
fix: limit
Browse files Browse the repository at this point in the history
  • Loading branch information
sattvikc committed Feb 13, 2025
1 parent a1010fe commit 4509455
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -954,7 +954,7 @@ private void measureOperations(Main main) throws Exception {
return null;
});
System.out.println("User counting: " + time);
assert time < 12000;
assert time < 20000;
}
{ // measure telemetry
long time = measureTime(() -> {
Expand Down

0 comments on commit 4509455

Please sign in to comment.