From bdf9dd8802d9027c4728e363957704426bb273f9 Mon Sep 17 00:00:00 2001 From: parmmarrushabh Date: Thu, 25 Oct 2018 15:17:41 +0530 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 716379501e..c98effacd5 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