diff --git a/types/params.go b/types/params.go index 72f4ef267..255181415 100644 --- a/types/params.go +++ b/types/params.go @@ -129,8 +129,8 @@ func DefaultTimingParams() TimingParams { // TODO(@wbanfield): Determine experimental values for these defaults // https://github.com/tendermint/tendermint/issues/7202 return TimingParams{ - Precision: 50 * time.Millisecond, - MessageDelay: 3 * time.Second, + Precision: 1 * time.Nanosecond, + MessageDelay: 1 * time.Nanosecond, } }