Skip to content
Snippets Groups Projects
Commit 83c717d3 authored by Travis Ralston's avatar Travis Ralston
Browse files

Account for sudden slowness from minio CDN

parent 64ec5de2
No related branches found
No related tags found
No related merge requests found
......@@ -103,7 +103,7 @@ func MakeMinio(depNet *NetworkDep) (*MinioDep, error) {
ContainerRequest: testcontainers.ContainerRequest{
Image: "docker.io/alpine:3.18.3",
Networks: []string{depNet.NetId},
WaitingFor: wait.ForLog("This line marks WaitFor as done").WithStartupTimeout(30 * time.Second),
WaitingFor: wait.ForLog("This line marks WaitFor as done").WithStartupTimeout(120 * time.Second),
Mounts: []testcontainers.ContainerMount{
testcontainers.BindMount(f.Name(), "/run.sh"),
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment