Skip to content

Commit

Permalink
Change service wait and interval defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
josedonizetti committed Feb 29, 2020
1 parent 7a552e9 commit d6e4143
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 d6e4143

Please sign in to comment.