Unverified Commit 7795e247 authored by Kubernetes Prow Robot's avatar Kubernetes Prow Robot Committed by GitHub

Merge pull request #79759 from andyzhangx/automated-cherry-pick-of-#79529-upstream-release-1.15

Automated cherry pick of #79529: fix: change timeout value in csi plugin
parents 8e12d159 704048ce
......@@ -54,7 +54,7 @@ const (
// TODO (vladimirvivien) would be nice to name socket with a .sock extension
// for consistency.
csiAddrTemplate = "/var/lib/kubelet/plugins/%v/csi.sock"
csiTimeout = 15 * time.Second
csiTimeout = 2 * time.Minute
volNameSep = "^"
volDataFileName = "vol_data.json"
fsTypeBlockName = "block"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment