Skip to content

Commit 490efe2

Browse files
authored
Merge pull request #35897 from adrianmoisey/increase-actuation-timeout
Increase VPA actuation timeout
2 parents 7181c49 + 4b44d54 commit 490efe2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/jobs/kubernetes/sig-autoscaling/sig-autoscaling-presubmits.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ presubmits:
248248
optional: false
249249
decorate: true
250250
decoration_config:
251-
timeout: 120m
251+
timeout: 200m
252252
run_if_changed: '^vertical-pod-autoscaler\/'
253253
path_alias: k8s.io/autoscaler
254254
labels:
@@ -269,7 +269,7 @@ presubmits:
269269
- --test=false
270270
- --test-cmd=../vertical-pod-autoscaler/hack/run-e2e.sh
271271
- --test-cmd-args=actuation
272-
- --timeout=100m
272+
- --timeout=180m
273273
image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20251021-e2c2c9806f-master
274274
securityContext:
275275
privileged: true

0 commit comments

Comments
 (0)