Skip to content

Commit

Permalink
wait more blks for ack (#1222)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmsqe committed Jul 6, 2023
1 parent ea035d5 commit 1bfe06c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interchaintest/fee_middleware_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ func TestRelayerFeeMiddleware(t *testing.T) {
)

// Wait for relayer to run
err = testutil.WaitForBlocks(ctx, 5, chainA, chainB)
err = testutil.WaitForBlocks(ctx, 10, chainA, chainB)
require.NoError(t, err)

// Assigning denom
Expand Down

0 comments on commit 1bfe06c

Please sign in to comment.