Skip to content

Commit

Permalink
testing nit
Browse files Browse the repository at this point in the history
  • Loading branch information
davidterpay committed Nov 27, 2023
1 parent 36ec06a commit f20b15b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/integration/block_sdk_suite.go
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ func (s *IntegrationTestSuite) SetupSubTest() {
height, err := s.chain.(*cosmos.CosmosChain).Height(context.Background())
require.NoError(s.T(), err)
WaitForHeight(s.T(), s.chain.(*cosmos.CosmosChain), height+3)
s.T().Logf("reached height %d", height+3)
s.T().Logf("reached height %d", height+2)
}

func (s *IntegrationTestSuite) TestQueryParams() {
Expand Down Expand Up @@ -1355,7 +1355,7 @@ func (s *IntegrationTestSuite) TestNetwork() {
}
})

amountToTest.Reset(5 * time.Minute)
amountToTest.Reset(3 * time.Minute)
s.Run("can produce blocks with all types of transactions", func() {
for {
select {
Expand Down

0 comments on commit f20b15b

Please sign in to comment.