From b76d470bf12ddf7a9dac195e0184132b3045f8af Mon Sep 17 00:00:00 2001 From: Madhu Rajanna Date: Fri, 3 Jul 2020 13:45:24 +0530 Subject: [PATCH] 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 --- build.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.env b/build.env index a458d4b02..c4457228f 100644 --- a/build.env +++ b/build.env @@ -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