Browse Source

Time is too small and the task is not finished

CalvinKirs 4 years ago
parent
commit
8286af79d3

+ 1 - 1
dolphinscheduler-server/src/test/java/org/apache/dolphinscheduler/server/master/processor/queue/TaskResponseServiceTest.java

@@ -85,7 +85,7 @@ public class TaskResponseServiceTest {
         taskResponseService.addResponse(ackEvent);
         taskResponseService.addResponse(resultEvent);
         try {
-            Thread.sleep(1000);
+            Thread.sleep(10000);
         } catch (InterruptedException ignored) {
             Thread.currentThread().interrupt();
         }