From 1efbb4e9f6fefe9746077ea0ae875aeb63a55295 Mon Sep 17 00:00:00 2001 From: NguyenNguyen Date: Thu, 11 Apr 2019 10:05:13 +0700 Subject: [PATCH] Decreasing checkpoint timeout (resolve #488) --- miner/worker.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/miner/worker.go b/miner/worker.go index 38b2060186..01f631fa03 100644 --- a/miner/worker.go +++ b/miner/worker.go @@ -56,7 +56,7 @@ const ( // timeout waiting for M1 waitPeriod = 10 // timeout for checkpoint. - waitPeriodCheckpoint = 120 // 2 mins + waitPeriodCheckpoint = 20 ) // Agent can register themself with the worker