extend timeout to 10s

This commit is contained in:
Tuna 2018-08-02 11:27:44 +07:00
parent bdb7a8c8d3
commit 773f3a2d64

View file

@ -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