Skip to content

Commit

Permalink
Merge pull request #16 from screwdriver-cd/jithin1987-patch-1
Browse files Browse the repository at this point in the history
fix: habitat api slow response
  • Loading branch information
Filbird authored Nov 7, 2018
2 parents fcb48cf + 12d1320 commit a118b19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hab/hab.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ type depot struct {

// New returns a new depot object
func New(baseURL string) Depot {
return &depot{baseURL, &http.Client{Timeout: 10 * time.Second}}
return &depot{baseURL, &http.Client{Timeout: 20 * time.Second}}
}

// packagesInfo fetch packages info from depot
Expand Down

0 comments on commit a118b19

Please sign in to comment.