Skip to content

Commit

Permalink
Merge pull request #792 from forta-network/caner/forta-1096-increase-…
Browse files Browse the repository at this point in the history
…bot-request-timeout

Increase the bot request timeout
  • Loading branch information
canercidam authored Jul 11, 2023
2 parents d0c2040 + 36dc802 commit 8a48afd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/components/botio/bot_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ type BotClient interface {
// Constants
const (
DefaultBufferSize = 2000
RequestTimeout = 30 * time.Second
RequestTimeout = 5 * time.Minute
MaxFindings = 50
DefaultInitializeTimeout = 5 * time.Minute
DefaultHealthCheckInterval = time.Second * 30
Expand Down

0 comments on commit 8a48afd

Please sign in to comment.