Skip to content

Commit

Permalink
Merge bdc156d into 68e8b35
Browse files Browse the repository at this point in the history
  • Loading branch information
SbloodyS authored Jul 20, 2023
2 parents 68e8b35 + bdc156d commit 8db1d35
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ private DockerComposeContainer<?> createDockerCompose(ExtensionContext context)
.withTailChildContainers(true)
.withExposedService("dolphinscheduler_1", 12345)
.withLogConsumer("dolphinscheduler_1", outputFrame -> LOGGER.info(outputFrame.getUtf8String()))
.waitingFor("dolphinscheduler_1", Wait.forHealthcheck().withStartupTimeout(Duration.ofSeconds(180)));
.waitingFor("dolphinscheduler_1", Wait.forHealthcheck().withStartupTimeout(Duration.ofSeconds(300)));

return compose;
}
Expand Down

0 comments on commit 8db1d35

Please sign in to comment.