Bump the timeout for volume expansion
This commit is contained in:
parent
99fe00797d
commit
53585ec009
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user