e2e: increase runtime timeout to 90 minutes

Sometimes testing takes more than 60 minutes. When that is the case, the
60 minute timeout causes a golang panic in the test suite.

Signed-off-by: Niels de Vos <ndevos@redhat.com>
This commit is contained in:
Niels de Vos 2021-02-09 13:03:17 +01:00 committed by mergify[bot]
parent 0bc4ddde3e
commit 6256be0ce0

View File

@ -47,5 +47,5 @@ ROOK_VERSION=v1.3.9
# - 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=60m
E2E_TIMEOUT=90m
DEPLOY_TIMEOUT=10