Skip to content

Commit

Permalink
wait 2 blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
Reecepbcups committed Feb 27, 2024
1 parent e5be73a commit e28e48c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interchaintest/mainfest_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ func TestManifestModule(t *testing.T) {
oldBal, err := appChain.GetBalance(ctx, inflationAddr, Denom)
require.NoError(t, err)

require.NoError(t, testutil.WaitForBlocks(ctx, 1, appChain))
require.NoError(t, testutil.WaitForBlocks(ctx, 2, appChain))

newBal, err := appChain.GetBalance(ctx, inflationAddr, Denom)
require.NoError(t, err)
Expand Down

0 comments on commit e28e48c

Please sign in to comment.