Skip to content

Commit

Permalink
Reduce block time for CLI tests (#848) (#853)
Browse files Browse the repository at this point in the history
(cherry picked from commit 39c4457)

Co-authored-by: Dev Ojha <[email protected]>
  • Loading branch information
mergify[bot] and ValarDragon authored Feb 12, 2022
1 parent 1abffb5 commit 9a2d46f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ func DefaultConfig() network.Config {
AccountRetriever: authtypes.AccountRetriever{},
AppConstructor: NewAppConstructor(encCfg),
GenesisState: ModuleBasics.DefaultGenesis(encCfg.Marshaler),
TimeoutCommit: 1 * time.Second,
TimeoutCommit: 1 * time.Second / 2,
ChainID: "osmosis-code-test",
NumValidators: 1,
BondDenom: sdk.DefaultBondDenom,
Expand Down

0 comments on commit 9a2d46f

Please sign in to comment.