diff --git a/pkg/sentry/ethereum/beacon.go b/pkg/sentry/ethereum/beacon.go index ae4cd70d..3f0b208c 100644 --- a/pkg/sentry/ethereum/beacon.go +++ b/pkg/sentry/ethereum/beacon.go @@ -120,7 +120,7 @@ func (b *BeaconNode) Start(ctx context.Context) error { return ctx.Err() case <-healthyFirstTime: // Beacon node is healthy, continue with normal operation - case <-time.After(5 * time.Minute): + case <-time.After(10 * time.Minute): return errors.New("upstream beacon node is not healthy. check your configuration.") }