Merge pull request #4538 from kubernetes/longer-lint

jenkins: Increase integration test time limit to 90 minutes
pull/4544/head
Thomas Strömberg 2019-06-20 17:50:58 +08:00 committed by GitHub
commit 73a70fbfc2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -197,7 +197,7 @@ echo ">> Starting ${E2E_BIN} at $(date)"
${SUDO_PREFIX}${E2E_BIN} \
-minikube-start-args="--vm-driver=${VM_DRIVER} ${EXTRA_START_ARGS}" \
-minikube-args="--v=10 --logtostderr ${EXTRA_ARGS}" \
-test.v -test.timeout=75m -binary="${MINIKUBE_BIN}" && result=$? || result=$?
-test.v -test.timeout=90m -binary="${MINIKUBE_BIN}" && result=$? || result=$?
echo ">> ${E2E_BIN} exited with ${result} at $(date)"
echo ""