Remove more liveness risks

This commit is contained in:
Michael Sproul
2025-02-25 15:18:54 +11:00
parent 1b9b61bb77
commit d4586ea92d
2 changed files with 2 additions and 2 deletions

View File

@@ -325,7 +325,7 @@ impl<E: EthSpec> ProductionValidatorClient<E> {
get_validator_block: slot_duration / HTTP_GET_VALIDATOR_BLOCK_TIMEOUT_QUOTIENT,
}
} else {
Timeouts::set_all(slot_duration)
Timeouts::set_all(25 * slot_duration)
};
Ok(BeaconNodeHttpClient::from_components(