From 6256be0ce032ab2efcf6c49d222127d2133dd95e Mon Sep 17 00:00:00 2001 From: Niels de Vos Date: Tue, 9 Feb 2021 13:03:17 +0100 Subject: [PATCH] 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 --- build.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.env b/build.env index 9f608e230..10f769611 100644 --- a/build.env +++ b/build.env @@ -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