mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-18 10:50:44 +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 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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue