From 1cadd074e747d2f4647ba6c8364f918081621068 Mon Sep 17 00:00:00 2001 From: Leo Chen Date: Thu, 15 Aug 2019 19:56:21 +0000 Subject: [PATCH] [bootstrap] increase the bootstrap timeout for pangaea network Signed-off-by: Leo Chen --- consensus/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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