Skip to content

Commit

Permalink
[UT] Reduce ConcurrentTxnTest time (StarRocks#44421)
Browse files Browse the repository at this point in the history
Signed-off-by: Binglin Chang <[email protected]>
  • Loading branch information
decster authored Apr 22, 2024
1 parent 917c007 commit 374f71d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public static void tearDown() throws Exception {

int runTime = 2;
int numDB = 2;
int numTable = 100;
int numTable = 20;
int numThread = 2;
// 0 means random num of tablets
int numTabletPerTable = 0;
Expand Down

0 comments on commit 374f71d

Please sign in to comment.