e2e: increase E2E_TIMEOUT to 120m

This commit increases E2E_TIMEOUT to 120m, to avoid
frequent test fails due to timeout.

Signed-off-by: Rakshith R <rar@redhat.com>
This commit is contained in:
Rakshith R 2021-10-14 14:42:29 +05:30 committed by mergify[bot]
parent 3934599b0e
commit 0abd2e785c

View File

@ -59,5 +59,5 @@ CSI_NODE_DRIVER_REGISTRAR_VERSION=v2.3.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=90m
E2E_TIMEOUT=120m
DEPLOY_TIMEOUT=10