Skip to content

Commit

Permalink
increase request timeout (#579)
Browse files Browse the repository at this point in the history
  • Loading branch information
mickmister authored Aug 11, 2022
1 parent 287bdc8 commit 15ee0fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/plugin/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const (
// TokenTTL is the OAuth token expiry duration in seconds
TokenTTL = 10 * 60

requestTimeout = 5 * time.Second
requestTimeout = 30 * time.Second
)

type OAuthState struct {
Expand Down

0 comments on commit 15ee0fb

Please sign in to comment.