Skip to content

Commit

Permalink
Add waitBlocks for *both* chains on relayPackets (#1236)
Browse files Browse the repository at this point in the history
  • Loading branch information
p-offtermatt authored Aug 25, 2023
1 parent 45c7e36 commit b18a317
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/e2e/actions.go
Original file line number Diff line number Diff line change
Expand Up @@ -1309,6 +1309,7 @@ func (tr TestRun) relayPacketsGorelayer(
}

tr.waitBlocks(action.chainA, 1, 30*time.Second)
tr.waitBlocks(action.chainB, 1, 30*time.Second)
}

func (tr TestRun) relayPacketsHermes(
Expand All @@ -1332,6 +1333,7 @@ func (tr TestRun) relayPacketsHermes(
}

tr.waitBlocks(action.chainA, 1, 30*time.Second)
tr.waitBlocks(action.chainB, 1, 30*time.Second)
}

type relayRewardPacketsToProviderAction struct {
Expand Down

0 comments on commit b18a317

Please sign in to comment.