Skip to content

Commit

Permalink
chore: add wait time for packet relay to e2e test for ICA channel ope…
Browse files Browse the repository at this point in the history
…ning after packet timeout
  • Loading branch information
charleenfei authored Dec 5, 2022
1 parent 4d13768 commit 816ef50
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions e2e/tests/interchain_accounts/base_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -406,6 +406,9 @@ func (s *InterchainAccountsTestSuite) TestMsgSubmitTx_SuccessfulTransfer_AfterRe

s.AssertValidTxResponse(resp)
s.Require().NoError(err)

// time for the packet to be relayed
s.Require().NoError(test.WaitForBlocks(ctx, 5, chainA, chainB))
})

t.Run("verify tokens transferred", func(t *testing.T) {
Expand Down

0 comments on commit 816ef50

Please sign in to comment.