Unverified Commit 39c44577 authored by Dev Ojha's avatar Dev Ojha Committed by GitHub
Browse files

Reduce block time for CLI tests (#848)

parent 513eae7d
Showing with 1 addition and 1 deletion
+1 -1
......@@ -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,
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment