Skip to content

Commit

Permalink
Add pull time greater than 0.
Browse files Browse the repository at this point in the history
  • Loading branch information
schmidtw committed Dec 11, 2023
1 parent 92a939b commit ec39ba6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions idock_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ func TestIDock_startDocker(t *testing.T) {
tcpPortMaxWait: 10 * time.Millisecond,
dockerComposeFile: "docker-compose.yml",
dockerMaxWait: 15 * time.Second,
dockerMaxPullWait: 60 * time.Second,
localhost: "localhost",
dockerTCPPorts: []int{7999, 7998, 7997},
},
Expand All @@ -52,6 +53,7 @@ func TestIDock_startDocker(t *testing.T) {
tcpPortMaxWait: 10 * time.Millisecond,
dockerComposeFile: "docker-compose.yml",
dockerMaxWait: 15 * time.Second,
dockerMaxPullWait: 60 * time.Second,
localhost: "localhost",
dockerTCPPorts: []int{7999},
},
Expand All @@ -61,6 +63,7 @@ func TestIDock_startDocker(t *testing.T) {
tcpPortMaxWait: 10 * time.Millisecond,
dockerComposeFile: "docker-compose.yml",
dockerMaxWait: 3 * time.Second,
dockerMaxPullWait: 60 * time.Second,
localhost: "localhost",
dockerTCPPorts: []int{7999, 9999},
},
Expand Down

0 comments on commit ec39ba6

Please sign in to comment.