mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-27 05:27:21 +00:00
Increase csiNodeInfoTimeout from 1 minute to 2 minutes
This commit is contained in:
parent
b11ac8be28
commit
db9d5c1e77
@ -55,7 +55,7 @@ const (
|
|||||||
testSlowMultiplier = 10
|
testSlowMultiplier = 10
|
||||||
|
|
||||||
// How long to wait until CSINode gets attach limit from installed CSI driver.
|
// 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{}
|
var _ storageframework.TestSuite = &volumeLimitsTestSuite{}
|
||||||
|
Loading…
Reference in New Issue
Block a user