Skip to content

Commit

Permalink
Merge pull request #6845 from josedonizetti/change-service-wait-inter…
Browse files Browse the repository at this point in the history
…val-defaults

Change service wait and interval defaults
  • Loading branch information
medyagh authored Mar 1, 2020
2 parents 4f1a163 + d6e4143 commit 92fe4dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/minikube/service/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ import (
const (
defaultK8sClientTimeout = 60 * time.Second
// DefaultWait is the default wait time, in seconds
DefaultWait = 20
DefaultWait = 2
// DefaultInterval is the default interval, in seconds
DefaultInterval = 6
DefaultInterval = 1
)

// K8sClient represents a kubernetes client
Expand Down

0 comments on commit 92fe4dd

Please sign in to comment.