mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-16 06:32:32 +00:00
Bump the timeout for volume expansion
This commit is contained in:
@@ -43,7 +43,7 @@ import (
|
||||
|
||||
const (
|
||||
// total time to wait for cloudprovider or file system resize to finish
|
||||
totalResizeWaitPeriod = 5 * time.Minute
|
||||
totalResizeWaitPeriod = 10 * time.Minute
|
||||
)
|
||||
|
||||
var _ = utils.SIGDescribe("[Feature:Flexvolumes] Mounted flexvolume expand[Slow]", func() {
|
||||
|
Reference in New Issue
Block a user