From 929f9de5738d4b434550567eaf50ce94f2655057 Mon Sep 17 00:00:00 2001 From: Krzysztof Siedlecki Date: Tue, 4 Feb 2020 13:49:00 +0100 Subject: [PATCH] bumping up the vpa-full e2e test timeout --- .../kubernetes/sig-autoscaling/sig-autoscaling-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/jobs/kubernetes/sig-autoscaling/sig-autoscaling-config.yaml b/config/jobs/kubernetes/sig-autoscaling/sig-autoscaling-config.yaml index d8db05a72bca..95a625935300 100644 --- a/config/jobs/kubernetes/sig-autoscaling/sig-autoscaling-config.yaml +++ b/config/jobs/kubernetes/sig-autoscaling/sig-autoscaling-config.yaml @@ -73,7 +73,7 @@ periodics: args: - --repo=k8s.io/autoscaler=master - --root=/go/src - - --timeout=100 + - --timeout=120 - --scenario=kubernetes_e2e - -- - --check-leaked-resources @@ -84,7 +84,7 @@ periodics: - --test=false - --test-cmd=../vertical-pod-autoscaler/hack/run-e2e.sh - --test-cmd-args=full-vpa - - --timeout=80m + - --timeout=100m # docker-in-docker needs privileged mode securityContext: privileged: true