mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-11 09:06:14 +00:00
Increase csiNodeInfoTimeout from 1 minute to 2 minutes
This commit is contained in:
@@ -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{}
|
||||
|
||||
Reference in New Issue
Block a user