diff --git a/types/params.go b/types/params.go index 4e1532cf6..f0d8714f8 100644 --- a/types/params.go +++ b/types/params.go @@ -129,7 +129,7 @@ func DefaultSynchronyParams() SynchronyParams { // TODO(@wbanfield): Determine experimental values for these defaults // https://github.com/tendermint/tendermint/issues/7202 return SynchronyParams{ - Precision: 50 * time.Millisecond, + Precision: 500 * time.Millisecond, MessageDelay: 2 * time.Second, } }