e2e: Move e2e timeout to build.env

Moved e2e test timeout to build.env

Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
This commit is contained in:
Madhu Rajanna
2020-07-03 13:43:08 +05:30
committed by mergify[bot]
parent 032fb228dd
commit 5838b08edd
3 changed files with 3 additions and 2 deletions

View File

@ -38,3 +38,4 @@ 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