Decrease ReasonableStartTime from 10 minutes to 5 minutes

pull/4961/head
tstromberg 2019-08-02 14:34:03 -07:00
parent f872767afe
commit e717d46030
1 changed files with 2 additions and 2 deletions

View File

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