Skip to content

Commit

Permalink
Revert "increase DC hook timeouts. indicates pod start latency proble…
Browse files Browse the repository at this point in the history
…m and flakes end-to-end"

This reverts commit b374cbd.
  • Loading branch information
deads2k committed Dec 14, 2017
1 parent d3cdfec commit 0ac4108
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: 40
timeoutSeconds: 20
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: 40
timeoutSeconds: 5
updatePeriodSeconds: 1
pre:
failurePolicy: Abort
Expand Down

0 comments on commit 0ac4108

Please sign in to comment.