mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-17 11:52:42 +00:00
Correct flakey CI tests (#6646)
* Correct flakey CI tests * Correct clippy * Extend timeout for events
This commit is contained in:
@@ -213,6 +213,7 @@ impl<T: BeaconChainTypes> SubnetService<T> {
|
||||
#[cfg(test)]
|
||||
pub(crate) fn is_subscribed(&self, subnet: &Subnet) -> bool {
|
||||
self.subscriptions.contains_key(subnet)
|
||||
|| self.permanent_attestation_subscriptions.contains(subnet)
|
||||
}
|
||||
|
||||
/// Processes a list of validator subscriptions.
|
||||
|
||||
Reference in New Issue
Block a user