Skip to content

Commit

Permalink
Merge pull request #4961 from tstromberg/cherry-7065a
Browse files Browse the repository at this point in the history
Decrease ReasonableStartTime from 10 minutes to 5 minutes
  • Loading branch information
tstromberg authored Aug 2, 2019
2 parents f872767 + e717d46 commit 7e72d7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/util/kubernetes.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7e72d7b

Please sign in to comment.