Skip to content

Commit

Permalink
change test name and fix test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
GNaD13 committed Feb 26, 2024
1 parent 27f33c9 commit e937769
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/ibc_timeout_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,8 @@ func TestIBCTransferTimeout(t *testing.T) {
dymensionIBCDenom := transfertypes.ParseDenomTrace(dymensionTokenDenom).IBCDenom()
testutil.AssertBalance(t, ctx, rollapp1, rollappUserAddr, dymensionIBCDenom, math.NewInt(0))

// We need to wait for timeout before run relayer
// According to delayedack module, we need the rollapp to have finalizedHeight > ibcClientLatestHeight
// in order to trigger ibc timeout or else it will trigger callback
err = testutil.WaitForBlocks(ctx, 5, rollapp1)
require.NoError(t, err)

Expand Down

0 comments on commit e937769

Please sign in to comment.