mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 09:22:44 +00:00
Merge pull request #110055 from brianpursley/vol-limit-flake
Increase csiNodeInfoTimeout from 1 minute to 2 minutes
This commit is contained in:
commit
a608fba48c
@ -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