-
Notifications
You must be signed in to change notification settings - Fork 291
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
dummyapp: custom block time #383
Comments
This can be done by using the values in the config.toml around timeouts for consensus rounds. Unfortunately, these are local configurations instead of network wide. Like most things in tendermint, we have an issue for this.... |
@Wondertan I just confirmed that after editing timeout-propose = "12s"
works just fine:
Feel free to close the issue if this unblocks you. Otherwise, I think I need more details on how I can help. |
Thanks! This should be enough for my goals |
* Added support for parsing slashes in query
Currently, Dummyapp provides a sleep parameter that freezes block production for the specified period. However, long sleep >10sec causes consensus timeouts leading to endless round restart preventing chain growth, while customizable block time is very helpful in testing block providing and retrievability.
The text was updated successfully, but these errors were encountered: