Skip to content
This repository has been archived by the owner on Aug 14, 2020. It is now read-only.

Commit

Permalink
Merge pull request #644 from lucab/to-upstream/http-discovery-timeout
Browse files Browse the repository at this point in the history
discovery: increase default connection timeout
  • Loading branch information
jonboulle authored Aug 4, 2016
2 parents b5e16aa + 8ab9e3e commit 737c544
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion discovery/http.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import (
type InsecureOption int

const (
defaultDialTimeout = 5 * time.Second
defaultDialTimeout = 20 * time.Second
)

const (
Expand Down

0 comments on commit 737c544

Please sign in to comment.