eth/catalyst: increase update consensus timeout (#26840)

Increases the time between consensus updates that we give the CL before we start warning the user.
This commit is contained in:
Marius van der Wijden 2023-03-16 20:35:36 +01:00 committed by GitHub
parent 48d1bf0678
commit d8066dcde8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -72,7 +72,7 @@ const (
// beaconUpdateConsensusTimeout is the max time allowed for a beacon client
// to send a consensus update before it's considered offline and the user is
// warned.
beaconUpdateConsensusTimeout = 30 * time.Second
beaconUpdateConsensusTimeout = 2 * time.Minute
// beaconUpdateWarnFrequency is the frequency at which to warn the user that
// the beacon client is offline.