Skip to content

Commit

Permalink
Update fork; add a wait in MsgPayPacketFeeSingleSender.
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitrisJim committed Apr 26, 2023
1 parent ea35187 commit bf9252d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions e2e/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,8 @@ github.com/DimitrisJim/ictest/v7 v7.0.0-20230405125033-ee0c6eaf605b h1:PsOQVCHmc
github.com/DimitrisJim/ictest/v7 v7.0.0-20230405125033-ee0c6eaf605b/go.mod h1:zlKqLfeJ2tth4jGTok+witx87Ndap7twUPQoGWxRHqk=
github.com/DimitrisJim/ictest/v7 v7.0.0-20230405142614-dbc9eb41c342 h1:B0c7ZHgY10+YLvkbNbOgQkng3KGb8Ezu4sHQeUUjPlw=
github.com/DimitrisJim/ictest/v7 v7.0.0-20230405142614-dbc9eb41c342/go.mod h1:zlKqLfeJ2tth4jGTok+witx87Ndap7twUPQoGWxRHqk=
github.com/DimitrisJim/ictest/v7 v7.0.0-20230409123202-20e118151417 h1:Uvma3O3RoMJ3qLYtZ2jan9wxYNK3KxpBSv5q/uB2GA0=
github.com/DimitrisJim/ictest/v7 v7.0.0-20230409123202-20e118151417/go.mod h1:zlKqLfeJ2tth4jGTok+witx87Ndap7twUPQoGWxRHqk=
github.com/Knetic/govaluate v3.0.1-0.20171022003610-9aa49832a739+incompatible/go.mod h1:r7JcOSlj0wfOMncg0iLm8Leh48TZaKVeNIfJntJ2wa0=
github.com/Microsoft/go-winio v0.6.0 h1:slsWYD/zyx7lCXoZVlvQrj0hPTM1HI4+v1sIda2yDvg=
github.com/Microsoft/go-winio v0.6.0/go.mod h1:cTAf44im0RAYeL23bpB+fzCyDH2MJiz2BO69KH/soAE=
Expand Down
2 changes: 2 additions & 0 deletions e2e/tests/transfer/incentivized_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -351,6 +351,8 @@ func (s *IncentivizedTransferTestSuite) TestMultiMsg_MsgPayPacketFeeSingleSender
s.StartRelayer(relayer)
})

s.Require().NoError(test.WaitForBlocks(ctx, 5, chainA, chainB), "failed to wait for blocks")

t.Run("packets are relayed", func(t *testing.T) {
packets, err := s.QueryIncentivizedPacketsForChannel(ctx, chainA, channelA.PortID, channelA.ChannelID)
s.Require().NoError(err)
Expand Down

0 comments on commit bf9252d

Please sign in to comment.