Skip to content

Commit

Permalink
Merge pull request #16118 from krzysied/vpa_full_timeout
Browse files Browse the repository at this point in the history
Bumping up the vpa-full e2e test timeout
  • Loading branch information
k8s-ci-robot authored Feb 4, 2020
2 parents 620d715 + 929f9de commit dde37ac
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ periodics:
args:
- --repo=k8s.io/autoscaler=master
- --root=/go/src
- --timeout=100
- --timeout=120
- --scenario=kubernetes_e2e
- --
- --check-leaked-resources
Expand All @@ -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
Expand Down

0 comments on commit dde37ac

Please sign in to comment.