From db9d5c1e77b3d67824f9906e33d13679965a74b5 Mon Sep 17 00:00:00 2001 From: Brian Pursley Date: Sat, 14 May 2022 16:29:28 -0400 Subject: [PATCH] Increase csiNodeInfoTimeout from 1 minute to 2 minutes --- test/e2e/storage/testsuites/volumelimits.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/storage/testsuites/volumelimits.go b/test/e2e/storage/testsuites/volumelimits.go index 4c7ebfe0369..d926b7158a9 100644 --- a/test/e2e/storage/testsuites/volumelimits.go +++ b/test/e2e/storage/testsuites/volumelimits.go @@ -55,7 +55,7 @@ const ( testSlowMultiplier = 10 // How long to wait until CSINode gets attach limit from installed CSI driver. - csiNodeInfoTimeout = 1 * time.Minute + csiNodeInfoTimeout = 2 * time.Minute ) var _ storageframework.TestSuite = &volumeLimitsTestSuite{}