Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

go-kosu: make faster integration tests #175

Merged
merged 2 commits into from Jul 23, 2019
Merged
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file or symbol
Failed to load files and symbols.

Always

Just for now

Prev

go-kosu: make linter happy

  • Loading branch information
gchaincl committed Jul 23, 2019
commit 52836c356b4dbcedcb88dfab126ac937ceca2d7f
@@ -38,7 +38,7 @@ func StartServer(t *testing.T, db db.DB) (*abci.App, func()) {
require.NoError(t, err)

// Update block generation time to 100ms to make tests run fast
abci.DefaultConfig.Consensus.TimeoutCommit = time.Duration(100 * time.Millisecond)
abci.DefaultConfig.Consensus.TimeoutCommit = 100 * time.Millisecond
err = abci.InitTendermintWithLogger(dir, log.NewNopLogger())
require.NoError(t, err)

ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.