From 773f3a2d645b92ad04ecfa3e4feab21716f58d71 Mon Sep 17 00:00:00 2001 From: Tuna Date: Thu, 2 Aug 2018 11:27:44 +0700 Subject: [PATCH] extend timeout to 10s --- miner/worker.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/miner/worker.go b/miner/worker.go index 8177cde851..88e771b5f1 100644 --- a/miner/worker.go +++ b/miner/worker.go @@ -52,7 +52,7 @@ const ( // chainSideChanSize is the size of channel listening to ChainSideEvent. chainSideChanSize = 10 // Timeout waiting for M1 - m1Timeout = 1 + m1Timeout = 10 ) // Agent can register themself with the worker