Skip to content

Commit

Permalink
increase slash command timeout to 30 seconds (#375)
Browse files Browse the repository at this point in the history
  • Loading branch information
mickmister committed May 9, 2023
1 parent de004a9 commit c3e7bbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/command.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ const (
)

const (
commandTimeout = 6 * time.Second
commandTimeout = 30 * time.Second
)

func (p *Plugin) getCommand(config *configuration) (*model.Command, error) {
Expand Down

0 comments on commit c3e7bbc

Please sign in to comment.