diff --git a/app/test_helpers.go b/app/test_helpers.go index aef0119d17..ad74ce48bf 100644 --- a/app/test_helpers.go +++ b/app/test_helpers.go @@ -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 }