提交 d6e41432 编写于 作者: J Jose Donizetti

Change service wait and interval defaults

上级 7a552e9f
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册