We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6504b48 commit 35d8184Copy full SHA for 35d8184
cmd/csi-snapshotter/main.go
@@ -51,7 +51,7 @@ const (
51
threads = 10
52
53
// Default timeout of short CSI calls like GetPluginInfo
54
- defaultCSITimeout = 10 * time.Second
+ defaultCSITimeout = time.Minute
55
)
56
57
// Command line flags
0 commit comments