diff --git a/consensus/config.go b/consensus/config.go index 41c79a8aa..6cca5b9bc 100644 --- a/consensus/config.go +++ b/consensus/config.go @@ -11,7 +11,7 @@ const ( // timeout duration for announce/prepare/commit phaseDuration time.Duration = 60 * time.Second - bootstrapDuration time.Duration = 300 * time.Second + bootstrapDuration time.Duration = 600 * time.Second maxLogSize uint32 = 1000 // threshold between received consensus message blockNum and my blockNum consensusBlockNumBuffer uint64 = 2