Skip to content

Commit

Permalink
Decrease ReasonableStartTime from 10 minutes to 5 minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
tstromberg committed Aug 2, 2019
1 parent f872767 commit e717d46
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 e717d46

Please sign in to comment.