Skip to content

Commit

Permalink
Reduce resource usage to make tests on github stable (#233)
Browse files Browse the repository at this point in the history
  • Loading branch information
tommystendahl authored Oct 11, 2023
1 parent 4f54851 commit fba6b13
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public class ITVerifyThreadedAudit
{
private final static String UUID_REGEX = "[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}";

private static final int USER_COUNT = 20;
private static final int USER_COUNT = 5;

private static CassandraDaemonForAuditTest cdt;

Expand Down

0 comments on commit fba6b13

Please sign in to comment.