Skip to content

Commit

Permalink
change default status check timeout to 10 minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
MarlonGamez committed Jan 19, 2021
1 parent c62d6f5 commit 311ab47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/skaffold/deploy/status/status_check.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ import (
)

var (
defaultStatusCheckDeadline = 2 * time.Minute
defaultStatusCheckDeadline = 10 * time.Minute

// Poll period for checking set to 1 second
defaultPollPeriodInMilliseconds = 1000
Expand Down

0 comments on commit 311ab47

Please sign in to comment.