Skip to content

Commit

Permalink
fix pfm test occasional failing by increasting timeout a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
Max committed Oct 13, 2023
1 parent b452933 commit f9ec52b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interchaintest/module_pfm_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ func TestPacketForwardMiddlewareRouter(t *testing.T) {
require.NoError(t, err)
_, err = testutil.PollForAck(ctx, chainA, chainAHeight, chainAHeight+30, transferTx.Packet)
require.NoError(t, err)
err = testutil.WaitForBlocks(ctx, 1, chainA)
err = testutil.WaitForBlocks(ctx, 2, chainA)
require.NoError(t, err)

chainABalance, err := chainA.GetBalance(ctx, userA.FormattedAddress(), chainA.Config().Denom)
Expand Down

0 comments on commit f9ec52b

Please sign in to comment.