Skip to content

Commit

Permalink
impl: bump broadcastMsgSleepDuration to 1 second
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrajovic committed Jan 24, 2025
1 parent 9cc51da commit a3208a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion orchestrator/cosmos/peggy/broadcast.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ type BroadcastClient interface {
SendERC20DeployedClaim(ctx context.Context, erc20 *peggyevents.PeggyERC20DeployedEvent) error
}

const broadcastMsgSleepDuration = 800 * time.Millisecond
const broadcastMsgSleepDuration = 1 * time.Second

type broadcastClient struct {
chain.ChainClient
Expand Down

0 comments on commit a3208a6

Please sign in to comment.