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 <rar@redhat.com>
This commit is contained in:
Rakshith R 2022-05-24 15:18:22 +05:30 committed by mergify[bot]
parent d405c924b4
commit 70501eb661

View File

@ -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