Skip to content

Commit

Permalink
Increase default dial timeout to 1 second (#1037)
Browse files Browse the repository at this point in the history
Signed-off-by: Vladimir Popov <vladimir.popov@xored.com>
  • Loading branch information
Vladimir Popov committed Jul 23, 2021
1 parent 3af6e1b commit eb8d4f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/networkservice/common/connect/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ func NewServer(
s := &connectServer{
ctx: ctx,
clientFactory: clientFactory,
clientDialTimeout: 100 * time.Millisecond,
clientDialTimeout: time.Second,
}

for _, opt := range options {
Expand Down

0 comments on commit eb8d4f4

Please sign in to comment.