Skip to content

Commit 35d8184

Browse files
committed
set default timeout to 1m
Signed-off-by: Andrew Sy Kim <[email protected]>
1 parent 6504b48 commit 35d8184

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/csi-snapshotter/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ const (
5151
threads = 10
5252

5353
// Default timeout of short CSI calls like GetPluginInfo
54-
defaultCSITimeout = 10 * time.Second
54+
defaultCSITimeout = time.Minute
5555
)
5656

5757
// Command line flags

0 commit comments

Comments
 (0)