Skip to content

Commit

Permalink
increase DC hook timeouts. indicates pod start latency problem and fl…
Browse files Browse the repository at this point in the history
…akes end-to-end
  • Loading branch information
deads2k committed Dec 13, 2017
1 parent cdc12ca commit b374cbd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/testdata/failing-dc-mid.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
strategy:
type: Recreate
recreateParams:
timeoutSeconds: 20
timeoutSeconds: 40
mid:
failurePolicy: Abort
execNewPod:
Expand Down
2 changes: 1 addition & 1 deletion test/testdata/failing-dc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
intervalSeconds: 1
maxSurge: 25%
maxUnavailable: 25%
timeoutSeconds: 5
timeoutSeconds: 40
updatePeriodSeconds: 1
pre:
failurePolicy: Abort
Expand Down

0 comments on commit b374cbd

Please sign in to comment.