mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-01-07 05:46:37 +00:00
Merge pull request #90 from skriss/change-azure-apitimeout
change Azure API timeout default to 2m
This commit is contained in:
@@ -78,7 +78,7 @@ func NewBlockStorageAdapter(location string, apiTimeout time.Duration) (cloudpro
|
||||
}
|
||||
|
||||
if apiTimeout == 0 {
|
||||
apiTimeout = time.Minute
|
||||
apiTimeout = 2 * time.Minute
|
||||
}
|
||||
|
||||
cfg := getConfig()
|
||||
|
||||
Reference in New Issue
Block a user