diff --git a/pkg/networkservice/common/connect/server.go b/pkg/networkservice/common/connect/server.go index 61b2939bd..c0e304698 100644 --- a/pkg/networkservice/common/connect/server.go +++ b/pkg/networkservice/common/connect/server.go @@ -72,7 +72,7 @@ func NewServer( s := &connectServer{ ctx: ctx, clientFactory: clientFactory, - clientDialTimeout: 100 * time.Millisecond, + clientDialTimeout: time.Second, } for _, opt := range options {