Skip to content

Commit

Permalink
refactor(qa): use liveness check as start strategy
Browse files Browse the repository at this point in the history
(cherry picked from commit 6122469)
  • Loading branch information
npepinpe authored and github-actions[bot] committed Nov 15, 2023
1 parent f2f7487 commit bc38faf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public MinioContainer(final String version) {

public WaitStrategy defaultWaitStrategy() {
return new HttpWaitStrategy()
.forPath("/minio/health/ready")
.forPath("/minio/health/live")
.forPort(PORT)
.withStartupTimeout(Duration.ofMinutes(1));
}
Expand Down

0 comments on commit bc38faf

Please sign in to comment.