Browse Source

Time is too small and the task is not finished

pull/3/MERGE
CalvinKirs 4 years ago
parent
commit
c6a686a710
  1. 2
      dolphinscheduler-server/src/test/java/org/apache/dolphinscheduler/server/master/processor/queue/TaskResponseServiceTest.java

2
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();
}

Loading…
Cancel
Save