Skip to content

Commit 8a9a4b8

Browse files
committed
VPA: bump up overall e2e test timeout
Signed-off-by: Max Cao <[email protected]>
1 parent 8806d18 commit 8a9a4b8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

vertical-pod-autoscaler/hack/run-e2e-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ case ${SUITE} in
5050
recommender|updater|admission-controller|actuation|full-vpa)
5151
export KUBECONFIG=$HOME/.kube/config
5252
pushd ${SCRIPT_ROOT}/e2e
53-
go test ./v1/*go -v --test.timeout=90m --args --ginkgo.v=true --ginkgo.focus="\[VPA\] \[${SUITE}\]" --report-dir=${WORKSPACE} --disable-log-dump --ginkgo.timeout=90m
53+
go test ./v1/*go -v --test.timeout=150m --args --ginkgo.v=true --ginkgo.focus="\[VPA\] \[${SUITE}\]" --report-dir=${WORKSPACE} --disable-log-dump --ginkgo.timeout=150m
5454
V1_RESULT=$?
5555
popd
5656
echo v1 test result: ${V1_RESULT}

vertical-pod-autoscaler/hack/vpa-process-yamls.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ for i in $COMPONENTS; do
7070
elif [ ${ACTION} == delete ] ; then
7171
(bash ${SCRIPT_ROOT}/pkg/admission-controller/rmcerts.sh || true)
7272
(bash ${SCRIPT_ROOT}/pkg/admission-controller/delete-webhook.sh || true)
73-
kubectl delete -f ${SCRIPT_ROOT}/deploy/admission-controller-service.yaml
73+
kubectl delete -f ${SCRIPT_ROOT}/deploy/admission-controller-service.yaml --ignore-not-found
7474
fi
7575
fi
7676
if [[ ${ACTION} == print ]]; then

0 commit comments

Comments
 (0)