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