Skip to content

Commit

Permalink
feat: add oauth timeout (#867)
Browse files Browse the repository at this point in the history
Signed-off-by: Gaius <[email protected]>
  • Loading branch information
gaius-qi committed Jun 28, 2023
1 parent 540cd23 commit 5b5c4ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manager/auth/oauth/oauth.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import (
)

const (
timeout = 5 * time.Second
timeout = 2 * time.Minute
)

const (
Expand Down

0 comments on commit 5b5c4ed

Please sign in to comment.