diff --git a/fe/fe-core/src/test/java/com/starrocks/server/ConcurrentDDLTest.java b/fe/fe-core/src/test/java/com/starrocks/server/ConcurrentDDLTest.java index 849f7c9e721a3..4e149c51fe9e3 100644 --- a/fe/fe-core/src/test/java/com/starrocks/server/ConcurrentDDLTest.java +++ b/fe/fe-core/src/test/java/com/starrocks/server/ConcurrentDDLTest.java @@ -150,7 +150,7 @@ public void testConcurrentlyDropDbAndCreateTable() throws Exception { Thread controlThread = new Thread(() -> { int times = 0; Random random = new Random(); - while (times < 10) { + while (times < 5) { try { System.out.println("creating table and db time: " + times); starRocksAssert.withDatabase("concurrent_test_db");