Skip to content

Commit

Permalink
[UT] Fix testConcurrentlyDropDbAndCreateTable running too slow (backp…
Browse files Browse the repository at this point in the history
…ort #43470) (#43488)

Signed-off-by: yiming <[email protected]>
Co-authored-by: yiming <[email protected]>
  • Loading branch information
mergify[bot] and nshangyiming authored Apr 2, 2024
1 parent 98a682c commit d6c537b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ public void testConcurrentlyDropDbAndCreateTable() throws Exception {
Random random = new Random();
ConnectContext ctx = UtFrameUtils.createDefaultCtx();
ctx.setThreadLocalInfo();
while (times < 10) {
while (times < 5) {
try {
System.out.println("creating table and db time: " + times);
starRocksAssert.withDatabase("concurrent_test_db");
Expand Down

0 comments on commit d6c537b

Please sign in to comment.