[bootstrap] increase the bootstrap timeout for pangaea network

Signed-off-by: Leo Chen <leo@harmony.one>
pull/1371/head
Leo Chen 5 years ago
parent e226ea04ba
commit 1cadd074e7
  1. 2
      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

Loading…
Cancel
Save