Merge pull request #111 from ngtuna/m1-timeout

extend timeout to 10s
This commit is contained in:
Tuna 2018-08-07 15:06:33 +07:00 committed by GitHub
commit b50c86278d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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