Skip to content

Commit

Permalink
Increase timeout to 10 minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
wpjunior authored Jan 6, 2021
1 parent 48d405c commit 9460da3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/docker/docker.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const (
streamInactivityTimeout = time.Minute

dialTimeout = 10 * time.Second
fullTimeout = 5 * time.Minute
fullTimeout = 10 * time.Minute
)

type AuthConfig docker.AuthConfiguration
Expand Down

0 comments on commit 9460da3

Please sign in to comment.