mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-23 07:04:35 +00:00
extend timeout to 10s
This commit is contained in:
parent
6483b4309d
commit
bdf9dd8802
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue