e2e: increase e2e test timeout

as we are creating more resources
the e2e timeout is not enough we need
to increase the e2e timeout to higher
value for now.

Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
This commit is contained in:
Madhu Rajanna 2020-07-03 13:45:24 +05:30 committed by mergify[bot]
parent db1b5f9c55
commit b76d470bf1

View File

@ -38,5 +38,5 @@ CHANGE_MINIKUBE_NONE_USER=true
# - enable CEPH_CSI_RUN_ALL_TESTS when running tests with if it has root
# permissions on the host
#CEPH_CSI_RUN_ALL_TESTS=true
E2E_TIMEOUT=40m
E2E_TIMEOUT=60m
DEPLOY_TIMEOUT=10