mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 10:22:23 +00:00
extend timeout to 10s
This commit is contained in:
parent
bdb7a8c8d3
commit
773f3a2d64
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