mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-17 18:30:45 +00:00
extend timeout at checkpoint to 2 mins
This commit is contained in:
parent
4c4fd0a37a
commit
bd61027260
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ const (
|
||||||
// timeout waiting for M1
|
// timeout waiting for M1
|
||||||
waitPeriod = 10
|
waitPeriod = 10
|
||||||
// timeout for checkpoint.
|
// timeout for checkpoint.
|
||||||
waitPeriodCheckpoint = 30
|
waitPeriodCheckpoint = 120 // 2 mins
|
||||||
)
|
)
|
||||||
|
|
||||||
// Agent can register themself with the worker
|
// Agent can register themself with the worker
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue