Skip to content

Commit

Permalink
fix: fix the block time in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gsk967 committed Aug 14, 2024
1 parent fc1a047 commit 2bd7c41
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/test_helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,7 @@ func IntegrationTestNetworkConfig() network.Config {
cfg.GenesisState = appGenState
cfg.BondDenom = params.BondDenom
cfg.MinGasPrices = params.ProtocolMinGasPrice.String()
cfg.TimeoutCommit = time.Second * 1

return cfg
}
Expand Down

0 comments on commit 2bd7c41

Please sign in to comment.