Merge pull request #6845 from josedonizetti/change-service-wait-interval-defaults
Change service wait and interval defaultspull/6853/head
commit
92fe4dd28f
|
@ -48,9 +48,9 @@ import (
|
||||||
const (
|
const (
|
||||||
defaultK8sClientTimeout = 60 * time.Second
|
defaultK8sClientTimeout = 60 * time.Second
|
||||||
// DefaultWait is the default wait time, in seconds
|
// DefaultWait is the default wait time, in seconds
|
||||||
DefaultWait = 20
|
DefaultWait = 2
|
||||||
// DefaultInterval is the default interval, in seconds
|
// DefaultInterval is the default interval, in seconds
|
||||||
DefaultInterval = 6
|
DefaultInterval = 1
|
||||||
)
|
)
|
||||||
|
|
||||||
// K8sClient represents a kubernetes client
|
// K8sClient represents a kubernetes client
|
||||||
|
|
Loading…
Reference in New Issue