Skip to content

Commit

Permalink
extend packet timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
satawatnack committed Dec 12, 2024
1 parent 3140f79 commit df75e37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/tunnel/keeper/keeper_packet_ibc.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ func (k Keeper) SendIBCPacket(
portID,
route.ChannelID,
clienttypes.NewHeight(0, 0),
uint64(ctx.BlockTime().UnixNano())+interval*uint64(time.Second),
uint64(ctx.BlockTime().UnixNano())+interval*uint64(time.Second)*2,
packetBytes,
)
if err != nil {
Expand Down

0 comments on commit df75e37

Please sign in to comment.