Skip to content

Commit

Permalink
Fix flaky test: Increase custom IBC channel check timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
maurolacy committed Jan 6, 2025
1 parent 537a895 commit 886c061
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/bcd_consumer_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1063,7 +1063,7 @@ func (s *BCDConsumerIntegrationTestSuite) waitForIBCConnections() {
s.Equal(channeltypes.ORDERED, babylonChannel.Ordering)
s.Contains(babylonChannel.Counterparty.PortId, "wasm.")
return true
}, time.Minute*3, time.Second*10, "Failed to get expected Babylon custom IBC channel")
}, time.Minute*4, time.Second*10, "Failed to get expected Babylon custom IBC channel")

var consumerChannel *channeltypes.IdentifiedChannel
s.Eventually(func() bool {
Expand Down

0 comments on commit 886c061

Please sign in to comment.