Browse Source

Time is too small and the task is not finished

CalvinKirs 4 years ago
parent
commit
c6a686a710

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

@@ -89,7 +89,7 @@ public class TaskResponseServiceTest {
     @After
     public void after() {
         try {
-            Thread.sleep(20000);
+            Thread.sleep(60000);
         } catch (InterruptedException ignored) {
             Thread.currentThread().interrupt();
         }