extend timeout to 10s

This commit is contained in:
parmmarrushabh 2018-10-25 15:17:41 +05:30
parent 6483b4309d
commit bdf9dd8802

View file

@ -52,7 +52,7 @@ const (
// chainSideChanSize is the size of channel listening to ChainSideEvent. // chainSideChanSize is the size of channel listening to ChainSideEvent.
chainSideChanSize = 10 chainSideChanSize = 10
// Timeout waiting for M1 // Timeout waiting for M1
m1Timeout = 1 m1Timeout = 10
) )
// Agent can register themself with the worker // Agent can register themself with the worker