Skip to content

Commit

Permalink
Fix ibc_pfm_test.go (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
anhductn2001 authored Mar 14, 2024
1 parent d72eb50 commit bca8fb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ibc_pfm_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ func TestIBCTransferMultiHop(t *testing.T) {
err = transferTx.Validate()
require.NoError(t, err)

err = testutil.WaitForBlocks(ctx, 15, rollapp1)
err = testutil.WaitForBlocks(ctx, 40, rollapp1, osmosis)
require.NoError(t, err)

testutil.AssertBalance(t, ctx, rollapp1, rollappUserAddr, rollapp1.Config().Denom, walletAmount.Sub(transferAmount))
Expand Down

0 comments on commit bca8fb0

Please sign in to comment.