Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion integrations/access/email/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const (
// initTimeout is used to bound execution time of health check and teleport version check.
initTimeout = time.Second * 10
// handlerTimeout is used to bound the execution time of watcher event handler.
handlerTimeout = time.Second * 5
handlerTimeout = time.Second * 15
// maxModifyPluginDataTries is a maximum number of compare-and-swap tries when modifying plugin data.
maxModifyPluginDataTries = 5
)
Expand Down
Loading