Change service wait and interval defaults

pull/6845/head
Jose Donizetti 2020-02-29 20:26:20 -03:00
parent 7a552e9f93
commit d6e414326c
1 changed files with 2 additions and 2 deletions

View File

@ -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