未验证 提交 7e72d7bc 编写于 作者: T Thomas Strömberg 提交者: GitHub

Merge pull request #4961 from tstromberg/cherry-7065a

Decrease ReasonableStartTime from 10 minutes to 5 minutes
......@@ -44,8 +44,8 @@ import (
var (
// ReasonableMutateTime is how long to wait for basic object mutations, such as deletions, to show up
ReasonableMutateTime = time.Minute * 2
// ReasonableStartTime is how long to wait for pods to start, considering dependency chains & slow networks.
ReasonableStartTime = time.Minute * 10
// ReasonableStartTime is how long to wait for pods to start
ReasonableStartTime = time.Minute * 5
)
// PodStore stores pods
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册