Skip to content

Commit

Permalink
bump the timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberhorsey committed Jun 20, 2023
1 parent 3fc652c commit 7483173
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/relayer/message/process_message.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ func (p *Processor) ProcessMessage(

relayer.EventsProcessed.Inc()

ctx, cancel := context.WithTimeout(ctx, 3*time.Minute)
ctx, cancel := context.WithTimeout(ctx, 4*time.Minute)

defer cancel()

Expand Down

0 comments on commit 7483173

Please sign in to comment.