From 70501eb66132dac648753431e1cbf6ebef8f6f0d Mon Sep 17 00:00:00 2001 From: Rakshith R Date: Tue, 24 May 2022 15:18:22 +0530 Subject: [PATCH] ci: increase e2e_timeout to 150 mins With the added nfs snap and clone tests, e2e test is timing out. This commit increases the timeout to 150 mins. Signed-off-by: Rakshith R --- build.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.env b/build.env index ee029cb3b..765331f92 100644 --- a/build.env +++ b/build.env @@ -58,5 +58,5 @@ CSI_NODE_DRIVER_REGISTRAR_VERSION=v2.4.0 # - 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=120m +E2E_TIMEOUT=150m DEPLOY_TIMEOUT=10