Skip to content

Commit

Permalink
extend timeout to 10 sec (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgao001 authored Oct 23, 2024
1 parent ba9d157 commit 2a4a230
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion executor/const.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const (
FallBehindThreshold = 5
SleepSecondForUpdateClient = 10
DataSeedDenyServiceThreshold = 60
RPCTimeout = 3 * time.Second
RPCTimeout = 10 * time.Second
RelayerBytesLength = 48
UpdateCachedValidatorsInterval = 1 * time.Minute
ClaimRewardInterval = 1 * time.Minute
Expand Down

0 comments on commit 2a4a230

Please sign in to comment.