From 88f488fc61fb40dd9ac38167ae5d83c822a3f223 Mon Sep 17 00:00:00 2001 From: Tuna Date: Tue, 25 Dec 2018 22:39:55 +0700 Subject: [PATCH] extend timeout at checkpoint to 2 mins --- miner/worker.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/miner/worker.go b/miner/worker.go index 0684bfa28e..9baefbce40 100644 --- a/miner/worker.go +++ b/miner/worker.go @@ -55,7 +55,7 @@ const ( // timeout waiting for M1 waitPeriod = 10 // timeout for checkpoint. - waitPeriodCheckpoint = 30 + waitPeriodCheckpoint = 120 // 2 mins ) // Agent can register themself with the worker