Skip to content

Commit 0ac4108

Browse files
committed
Revert "increase DC hook timeouts. indicates pod start latency problem and flakes end-to-end"
This reverts commit b374cbd.
1 parent d3cdfec commit 0ac4108

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/testdata/failing-dc-mid.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ spec:
99
strategy:
1010
type: Recreate
1111
recreateParams:
12-
timeoutSeconds: 40
12+
timeoutSeconds: 20
1313
mid:
1414
failurePolicy: Abort
1515
execNewPod:

test/testdata/failing-dc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ spec:
1515
intervalSeconds: 1
1616
maxSurge: 25%
1717
maxUnavailable: 25%
18-
timeoutSeconds: 40
18+
timeoutSeconds: 5
1919
updatePeriodSeconds: 1
2020
pre:
2121
failurePolicy: Abort

0 commit comments

Comments
 (0)