Merge pull request #110055 from brianpursley/vol-limit-flake

Increase csiNodeInfoTimeout from 1 minute to 2 minutes
This commit is contained in:
Kubernetes Prow Robot 2022-05-19 09:21:20 -07:00 committed by GitHub
commit a608fba48c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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