Skip to content

Commit

Permalink
noko/noko: Correct timeout (1m -> 2s)
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphexion committed Jul 9, 2021
1 parent c4d7ccd commit 7a3f164
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noko/noko.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ func NewClient() *Client {
BaseURL: fetchBaseURL(),
accessToken: fetchAccessToken(),
HTTPClient: &http.Client{
Timeout: time.Minute,
Timeout: 2 * time.Second,
},
}
}
Expand Down

0 comments on commit 7a3f164

Please sign in to comment.