Skip to content

Commit

Permalink
enlarge max attempts
Browse files Browse the repository at this point in the history
  • Loading branch information
mmsqe committed Jun 29, 2023
1 parent efbcb00 commit e7cdeb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion relayer/chain.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (
)

var (
RtyAttNum = uint(5)
RtyAttNum = uint(10)
RtyAtt = retry.Attempts(RtyAttNum)
RtyDel = retry.Delay(time.Millisecond * 400)
RtyErr = retry.LastErrorOnly(true)
Expand Down

0 comments on commit e7cdeb1

Please sign in to comment.