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 f1e5d1d commit 10aa8bfCopy full SHA for 10aa8bf
driver/nodeserver.go
@@ -47,7 +47,7 @@ type nodeServer struct {
47
func (ns *nodeServer) NodePublishVolume(ctx context.Context, req *csi.NodePublishVolumeRequest) (*csi.NodePublishVolumeResponse, error) {
48
meta := metadata.FromNodePublishVolumeRequest(req)
49
log := loggerForMetadata(ns.log, meta)
50
- ctx, _ = context.WithTimeout(ctx, time.Second*30)
+ ctx, _ = context.WithTimeout(ctx, time.Second*60)
51
52
// clean up after ourselves if provisioning fails.
53
// this is required because if publishing never succeeds, unpublish is not
0 commit comments